Answer:
No, She did not use the distributive property correctly.
Step-by-step explanation:
While multiplying
, he did not use distributive property correctly. She only multiplied 3 with
and not with 2. Also she multiplied
only with 2 and not with
.
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:
1 / 9
Step-by-step explanation:
Given the number cube :
(11,12,11,12,20,20)
Spinner : (G, H, J)
Probability = required outcome / Total possible outcomes
P(20) = 2 / 6 = 1/3
P(H) = 1 / 3
P(20 and H) = P(20) * P(H) = 1/3 * 1/3 = 1 /9
Write a well-organized paragraph that explains 3 ways fractals are used and give examples to support your choices. This is an opportunity to demonstrate the use of the reasoning skills developed in chapter 2.
Step-by-step explanation:
1st expression = 3a - 6 = 3 ( a - 2 )
2nd expression = a² - 4 = a² - 2² = ( a + 2) (a - 2)
The HCF is (a -2).
Hope it helps :)❤