Answer:
54:73
Step-by-step explanation:
There is more 54's then any other number
73 is the median
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
It would be 7lbs, you divide the total amount by the amount per pound and you get the weight.