document.write( "Question 1004902: Find the slope-intercept form of the equation that passes through the given point and is perpendicular to the given line.\r
\n" );
document.write( "\n" );
document.write( "(-3,1) and y=-3x+7 \n" );
document.write( "
Algebra.Com's Answer #621258 by fractalier(6550)![]() ![]() You can put this solution on YOUR website! If the line you want is perp. to y = -3x + 7, then the slope you want is 1/3. \n" ); document.write( "Plug the info into y = mx + b and get \n" ); document.write( "1 = (1/3)(-3) + b \n" ); document.write( "1 = -1 + b \n" ); document.write( "b = 2 \n" ); document.write( "and the line you want is \n" ); document.write( "y = (1/3)x + 2 \n" ); document.write( " |