As division is the inverse of multiplication, the rules for division are the same as the rules for multiplication. So when multiplying and dividing positive and negative numbers remember this: If the signs are the same the answer is positive, if the signs are different the answer is negative.
Answer:The amount of commission made is 144
Step-by-step explanation:
The department store worker gets paid 325.00 per week plus 4% commission of their total sales. This means that the worker's earning is not fixed. It varies with the amount of sales made
if the worker sells 3600 of the merchandise, it means that the worker's sales commission will be 4% of 3600 of the merchandise
Sales commission earned by the store worker = 4/100 × 3600
= 0.04 × 3600 = 144
Answer:
import pandas as pd
vec = pd.Series([7.12,24,4,18,12,9])
vec.plot(kind = 'hist')
Step-by-step explanation:
You can use python for that.
By doing
import pandas as pd
vec = pd.Series([7.12,24,4,18,12,9])
vec.plot(kind = 'hist')
And this is the result you get
Answer:
-6x+104/5
Step-by-step explanation:
Distribute: (4)(x)+(4)(5)+-10x+4/5 = 4x+20+ -10x + 4/5 combine like terms: (4x+-10x) + (20+4/5) simplify: -6x 104/5 answer: -6x+104/5