document.write( "Question 990932: Find the equation for the line that passes through the point (-1,-3), and that is perpendicular to the line with the equation y=-1/3x+1.
\n" );
document.write( "Slope: m1= -1/3
\n" );
document.write( "Slope: m2= 3
\n" );
document.write( "Y-(-3)= 3(x-(-1))
\n" );
document.write( "3(y-(-3)) =3(x-(-1))
\n" );
document.write( "3y-9= 3x-3
\n" );
document.write( "3x-3y= 6
\n" );
document.write( "Y= 3x+6
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #610890 by jim_thompson5910(35256)![]() ![]() ![]() You can put this solution on YOUR website! I'm not sure why you did step 2. It is an incorrect algebraic move.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "Here's how you do the problem\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "y-(-3)= 3(x-(-1)) ... you had step 1 correct \n" ); document.write( "y+3 = 3(x+1) \n" ); document.write( "y+3 = 3x+3 \n" ); document.write( "y+3-3 = 3x+3-3 ... Subtract 3 from both sides. \n" ); document.write( "y = 3x\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "So the final answer is y = 3x \n" ); document.write( " |