document.write( "Question 827053: Find the equation, in standard form, of the line passing through the points (5,1) and (-2,3).\r
\n" );
document.write( "\n" );
document.write( "A. 7x+2y=-17
\n" );
document.write( "B. Y=7/2x-7
\n" );
document.write( "C. 2x+7y=17
\n" );
document.write( "D. 2x-7y=17 \n" );
document.write( "
Algebra.Com's Answer #498404 by LinnW(1048)![]() ![]() You can put this solution on YOUR website! First find the slope using equation \n" ); document.write( "Make (5,1) = (x1,y1) \n" ); document.write( " (-2,3) = (x2,y2) \n" ); document.write( "Substituting \n" ); document.write( " \n" ); document.write( "Now use y = mx + b as a template. m = \n" ); document.write( "for y and x, use the point (5,1). x=5 and y =1. \n" ); document.write( "Substitute these values in y = mx + b \n" ); document.write( "y = mx + b ; 1 = (-2/7)5 + b \n" ); document.write( " 1 = -10/7 + b \n" ); document.write( "add 10/7 to each side \n" ); document.write( " 1 + 10/7 = b \n" ); document.write( " 17/7 = b \n" ); document.write( "So our equation is y = (-2/7)x + 17/7 \n" ); document.write( " |