Answer:
y=25
2 of the y's = 50 in total
Step-by-step explanation:
180-115=x
x=65
180-90-65=y
y=25
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
The complete model for the given question is;
Number of fruit baskets that contain 12 fruits = 15 baskets
Number of fruit baskets that contain 15 fruits = 45 baskets
We are told that he bought 60 fruit baskets.
Percentage of the fruit baskets that have 12 pieces of fruit = 25%
Percentage of the fruit baskets that have 15 pieces of fruit = 75%
Thus;
Number of fruit baskets that contain 12 pieces of fruit = 25% × 60 = 15 baskets
Number of fruit baskets that contain 15 pieces of fruit = 75% × 60 = 45 baskets
Read more about percentages at; brainly.com/question/11865045