document.write( "Question 48425: I need to find an equation of the line in Ax+By=C form that passes through the points (3, -2) and (5, 4)
\n" );
document.write( "Anyone have any ideas on how to do this? \n" );
document.write( "
Algebra.Com's Answer #32049 by tutorcecilia(2152)![]() ![]() You can put this solution on YOUR website! I need to find an equation of the line in Ax+By=C form that passes through the points (3, -2) and (5, 4) \n" ); document.write( "First, find the slope (m) using the slope formula: \n" ); document.write( "m = (y2-y1)/x2-x1) [Plug-in the values] \n" ); document.write( "m = (4-(-2))/5-3) = 6/2 = 3 \n" ); document.write( ". \n" ); document.write( "Using the point-slope format: \n" ); document.write( "(y-y1) = m(x-x1) \n" ); document.write( "(y-4) = 3(x-5)[Plug-in the values] \n" ); document.write( "y-4=3x-15 [Simplify] \n" ); document.write( "y-4+4 = 3x-15+4 [Move all of the variables to one side of the equation] \n" ); document.write( "y=3x-11 \n" ); document.write( "-3x+y = -11 [Standard for of a line] \n" ); document.write( " \n" ); document.write( " |