document.write( "Question 981320: Indicate in standard form the equation of the line passing through the given points.\r
\n" );
document.write( "\n" );
document.write( "R(3, 3), S(-6, -6) \n" );
document.write( "
Algebra.Com's Answer #602308 by Timnewman(323)![]() ![]() You can put this solution on YOUR website! Hi, \n" ); document.write( "Since the line passes through these points (3,3) and (-6,-6) \n" ); document.write( " then, the equation of the line will be given by; \n" ); document.write( "(y-y1)(x2-x1)=(x-x1)(y2-y1) \n" ); document.write( " From your question, \n" ); document.write( "y1=3,y2=-6,x1=3,x2=-6 \n" ); document.write( "Substitute for y1,y2,x1,x2 in the above formula,i have \n" ); document.write( "(y-3)(-6-3)=(x-3)(-6-3) \n" ); document.write( "(y-3)(-9)=(x-3)(-9) \n" ); document.write( "Clear the bracket \n" ); document.write( "-9y+27=-9x+27 \n" ); document.write( "-9y=-9x+27-27 \n" ); document.write( "-9y=-9x \n" ); document.write( "Dividing bothsides by -9, \n" ); document.write( "y=x --{This is the required equation} \n" ); document.write( " \n" ); document.write( " |