document.write( "Question 53646: determine the equation of the line passing through the points (-2, 5), (8,-9), and (0,1). \n" ); document.write( "
Algebra.Com's Answer #35891 by funmath(2933)\"\" \"About 
You can put this solution on YOUR website!
If you are in aglebra, these points (-2,5),(8,-9),(0,1), don't lie exactly on the same line. Get Some graph paper, plot the points and see for yourself. If your being asked for a linear regression line, let me know and I'll show you that.
\n" ); document.write( "---------------------------------------------------------------------------------
\n" ); document.write( "Algebraically you can find the equation of the line by taking two points (x1,y1) and (x2,y2) and plugging them into the slope (m) formula:
\n" ); document.write( "\"m=%28y2-y1%29%2F%28x2-x1%29\"
\n" ); document.write( "Let's use (0,1) as (x1,y1) because it's the easiest and it's the y-intercept.
\n" ); document.write( "Let's use (8,-9) as (x2,y2), No reason, you can pick either of the remaining points.
\n" ); document.write( "\"m=%28-9-1%29%2F%288-0%29\"
\n" ); document.write( "\"m=-10%2F8\"
\n" ); document.write( "\"m=-5%2F4\"
\n" ); document.write( "Now we have a slope (m=-5/4) and a y intercept (0,b)=(0,1)
\n" ); document.write( "Use the slope intercept form: y=mx+b and you get:
\n" ); document.write( "y=(-5/4)x+1
\n" ); document.write( "If you're only being asked for a close fit, that's probably good enough. But if they want a line that actually goes through all three points. You can check the third point (-2,5)and find out it's not on the same line as the other two.
\n" ); document.write( "5=(-5/4)(-2)+1
\n" ); document.write( "5=5/2+1
\n" ); document.write( "5=7/2
\n" ); document.write( "That's not true, so it's not actually on that line.
\n" ); document.write( "Like I said though, without actually seeing what you're going over, I can't tell if you're just supposed to get a close fit. If so, this is close. If you're supposed to get a linear regression line, that's a little more complicated, but I can show you that as well.
\n" ); document.write( "I hope that helped.
\n" ); document.write( "
\n" );