Answer: Fact families are 3 numbers that make up a set of related math facts
Step-by-step explanation:
.An example of a fact family for multiplication and division is 2, 3, and 6: 2 X 3 = 6, 3 X 2 = 6, 6 2 = 3, and 6 3 = 2.
The answer is false. :) and do u need points to ask questions?
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