The answer is C. -<span>3 3/4, -2 1/4, 1 1/8
It is because the highest number in the negatives, -3 3/4, is always the lowest. Obviously if there is no negative sign it is positive. 1 1/8 is the only positive so it is the greatest. And -2 1/4 is lower that -3 3/4. So it is higher than -3 3/4 but lower than 1 1/8.
I'm sorry I'm not the best explainer, but does this help?</span>
Answer:
10
Step-by-step explanation:
Based on the given conditions, formulate: \(28 \times ( 1 - 65\% )\)
Calculate the sum or difference:\(28 \times 0.35\)
Calculate the product or quotient:\(9.8\)
Find the closest integer: 10
Answer: 10
It's 3 (total number of have rabbits that's 43 - Have rabbits which is 40) 43-40= 3
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