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
Click on the picture! This is the explanation in accident I deleted it hope it helps!
-5/3
When a slope is over the x-axis, it will be positive. If it is below the x-axis, it will be negative.
It's B) A straight line can be drawn through all the points and the line passes through the point (0,0)
This is because in the problem it says that the points are paired and proportional. For example, say you're given the point (3,6). To make this a proportional relationship, you'd have another point in the third quadrant: (-3,-6). When you draw a line from one of these points to the other, it passes through the origin.
Correct answers should be B and C