document.write( "Question 1015596: Question 4: A line passes through the points (5, 3) and (2, 5).
\n" );
document.write( "a) Find the equation of the line
\n" );
document.write( "b) Graph the line using the above two points.
\n" );
document.write( " \r
\n" );
document.write( "\n" );
document.write( "please show how to solve \n" );
document.write( "
Algebra.Com's Answer #632042 by Alan3354(69443)![]() ![]() You can put this solution on YOUR website! Question 4: A line passes through the points (5, 3) and (2, 5). \n" ); document.write( "a) Find the equation of the line \n" ); document.write( "slope m = diffy/diffx \n" ); document.write( "m = 2/-3 = -2/3 \n" ); document.write( "Use y-y1 = m*(x-x1) where (x1,y1) is either point. \n" ); document.write( "y-3 = (-2/3)*(x-5) \n" ); document.write( "====================== \n" ); document.write( "b) Graph the line using the above two points. \n" ); document.write( "Plot the points, draw a line thru them. \n" ); document.write( " \n" ); document.write( " |