Idk sorry I am not that good at math :)
7. Four and 7 tenths
8. Twenty two and eighty nine hundredths
9. Forty Five and Three hundred Twenty Nine Thousandths
10.Twenty seven hundredths
The answer is the first one.
Explanation:
X^3 stays the same because there are no other cubed numbers in the problem
Next you combine the x^2s
The x^2s are +3x^2 and +2x^2
Since they are both positive, you add them: 3x^2 + 2x^2 = 5x^2
Next you do the x values
-x and +6x, also known as 6x - x = 5x
Lastly, you just add in the -2 and get:
X^3 + 5x^2 + 5x - 2
A. If there are only green and yellow M & M’s in the bag, what is the smallest number of
M & M’s possible? 7 M & M’s total
b. If there are 84 M & M’s in the bag all together, how many are green? 24 green ones
c. If red M & M’s were added to the bag in part b to get a total of 100, what is the ratio of green to yellow to red? 6: 15: 4
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