document.write( "Question 295791: How to find the equation of the line that passes through the point (3,-2), and is parallel to the line with equation 3x-2y=7.\r
\n" );
document.write( "\n" );
document.write( "do I first find the slope? Then do I use the slope intercept form to get the equation? \n" );
document.write( "
Algebra.Com's Answer #213216 by richwmiller(17219)![]() ![]() You can put this solution on YOUR website! Yes and yes. \n" ); document.write( "slope is -a/b=-3/-2=3/2 \n" ); document.write( "-2=3/2*3+b \n" ); document.write( "-2=9/2+b \n" ); document.write( "-2-9/2=b \n" ); document.write( "-4/2-9/2=b \n" ); document.write( "-13/2=b \n" ); document.write( "y=3/2*x-13/2 \n" ); document.write( "2y=3x-13 \n" ); document.write( "3x-2y=13 \n" ); document.write( "and the old equation was \n" ); document.write( "3x-2y=7 \n" ); document.write( "check \n" ); document.write( "2*-2=3*3-13 \n" ); document.write( "-4=9-13 \n" ); document.write( "-4=-4 \n" ); document.write( "ok \n" ); document.write( " |