SOLUTION: The table shows values of y as a function of x.
Which linear equation best describes the relationship between x and y?
X Y
2. 10
6 25
14 55
26 100
Algebra ->
Linear-equations
-> SOLUTION: The table shows values of y as a function of x.
Which linear equation best describes the relationship between x and y?
X Y
2. 10
6 25
14 55
26 100
Log On
Question 1013481: The table shows values of y as a function of x.
Which linear equation best describes the relationship between x and y?
X Y
2. 10
6 25
14 55
26 100
33 130 Answer by stanbon(75887) (Show Source):
You can put this solution on YOUR website! The table shows values of y as a function of x.
Which linear equation best describes the relationship between x and y?
X Y
2. 10
6 25
14 55
26 100
33 130
---------------
I ran a linear regression program
on the data and go the following
least square regression equation::
y = 3.84x + 1.77
---------------
Cheers,
Stan H.
--------------