document.write( "Question 149331:  Solve the following:\r
\n" );
document.write( "\n" );
document.write( "Passing through (5,-9) and perpendicular to x + 7y = 12 \n" );
document.write( "
| Algebra.Com's Answer #109552 by Alan3354(69443)     You can put this solution on YOUR website! Passing through (5,-9) and perpendicular to x + 7y = 12 \n" ); document.write( "-------------- \n" ); document.write( "Find the slope of x + 7y = 12 \n" ); document.write( "Put in standard form y = mx+b \n" ); document.write( "y = -x/7 + 12/7 \n" ); document.write( "Slope m = -1/7 \n" ); document.write( "The slope of a perpendicular line is +7. \n" ); document.write( "y-y1 = m(x-x1) \n" ); document.write( "y-(-9) = 7*(x-5) \n" ); document.write( "y+9 = 7x-35 \n" ); document.write( "7x-y = 44 \n" ); document.write( "To check: 7*5 -(-9) = 44, so it does go thru the point (5,-9) \n" ); document.write( " |