133k views
3 votes
Use the data in the table to answer the question. Citations are "speeding tickets." You may fill in the table to help you answer the question. Original data Line of "best guess" Line of best fit Mph greater than speed limit Number of citations Outputs Residuals Outputs Residuals 5 3 7.5 6 10 10 15 5 20 6 Find the linear approximation of the data that passes through the points (5, 3) and (20, 6).

User Gereleth
by
7.2k points

2 Answers

2 votes

Answer:

Assuming the answer your looking for is shown on a graph, it'd have the following points scattered on it:

x=mph y=citations

(5,3) (7.5,6) (10,10) (15,5) (20,6)

Explanation:

These are the points in the table, all that needs to be done is plot them. Hope this helps!

User Shyam Kansagra
by
6.6k points
5 votes

Answer:

Linear approximation is given by:
y = (x)/(5)+2

Explanation:

We are given the following information in the question:

Number of citations: 5 7.5 10 15 20

Outputs Residuals: 3 6 10 5 6

We have to find the linear approximation of the data that passes through the points (5, 3) and (20, 6).

Linear approximation is given by:

The equation of line is given by:


(y-y_1) = \displaystyle(y_2-y_2)/(x_2-x_1)(x-x_1)

where,
(x_1,y_1), (x_2.y_2) is the point through which the line passes.

The equation of line is:


(y-3) = \displaystyle(6-3)/(20-5)(x-5)\\\\15(y-3)= 3(x-5)\\15y = 3x-15+45\\15y = 3x + 30\\y = (x)/(5)+2

The above equation is the required linear approximation.

User Hong Yinjie
by
7.3k points