Answer:

Step-by-step explanation:
The slope-intercept form of an equation of a line:

<em>m</em><em> - slope</em>
<em>b</em><em> - y-intercept</em>
The formula of a slope:

We have the points (5, -5) and (-4, -2).
Substiute:

Put the value of the slope and the coordinates of the point (5, -5) to the equation of a line:

<em>add 5/3 to both sides</em>

Finally we have the equation of a line in the slope-intercept form:

Convert to the standard form <em>(Ax + By = C)</em>:
<em>multiply both sides by 3</em>
<em>add x to both sides</em>

Answer:
0.07kg
Step-by-step explanation:
1kg = 1000g
so grams/1000 =kg
70/1000 = 0.07kg
Answer:
D
Step-by-step explanation:
three meters is 118.11 inches, so if you were to round that you would get 120 inches. That means the answer is D.
9.4061,
9.07,
9.007,
9.4
Because ones are equal for all numbers, we are going to begin to compare from the second digits (tenths).
Greater :
9.4061 and 9.4.
Greatest is this group is 9.4061, then will go 9.4.
Smaller :
9.07 and 9.007
Greatest in this group is 9.07, and then will go 9.007.
So, from greatest to smallest : 9.4061 , 9.4 , 9.07 , 9.007.
From least to greatest :
9.007, 9.07, 9.4, 9.4061.
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