Answer:
C
Step-by-step explanation:
We want a line of best fit, which means we want to create a line that the data points will lie closest to.
One thing we can do is find the slope between the bottom-leftmost point and the top-rightmost point. This is because if we were to draw a line connecting these two, it will cut through the data quite well.
Those two points are (9, 15) and (16, 18), so the slope is change in y divided by the change in x:
(18 - 15) ÷ (16 - 9) = 3 ÷ 7 ≈ 0.4
Eliminate A and B.
Now we need to determine the y-intercept. This needs no calculations; simply look at the graph: there's no way a line cutting through the y-intercept point of (0, 18) will perfectly match the data points; instead it must be a y-intercept lower than 18. So, eliminate D.
The answer is C.
Answer: He got to be elected president of the Republic of Texas.
Answer:
third graph and (3, -1)
Step-by-step explanation:
y = 2/3x - 3
y = -2x + 5
2/3x - 3 = -2x + 5
2 2/3x = 8
8/3x = 8
8x = 24
x = 3
find 'y'
y = -2(3) + 5
y = -1
The third graph is correct because it shows both a line intersecting the y-axis at -3 and the negative slope line is crossing at +5
Equation is y = 4x + 5
Step-by-step explanation:
- Step 1: Find the slope of the line by m = (y2 - y1)/(x2 - x1). Here y2 = 5, y1 = 9, x1 = 1 and x2 = 0
⇒ m = (5 - 9)/(0 - 1) = 4
- Step 2: Find y-intercept, b. Since the line passes through (0, 5) b = 5
- Step 3: Write the equation in slope-intercept form
⇒ y = 4x + 5