I think it is 57 I just subtracted the two numbers
Answer: He should have used 13 instead of 13i
Step-by-step explanation:
If the difference is always -4.5, then it is always -4.5 times something, so that it changes -4.5 ever 1 number. This means that our equation is y=-4.5x. From there, we can add any constant, as it will not change the difference. I will leave that up to you to pick, so the equation is y=-4.5x+C, where C is any real number.
Hope this helps!
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