document.write( "Question 1053877: Create an equation of a line in y=mx+b form that is perpendicular to the line: \r
\n" );
document.write( "\n" );
document.write( "y= (-1/4)x+180 and goes through the point (8,12) \n" );
document.write( "
Algebra.Com's Answer #669063 by ewatrrr(24785)![]() ![]() You can put this solution on YOUR website! Line perpendicular to the line y= (-1/4)x+180 \n" ); document.write( "m = 4 \n" ); document.write( "|Using P(8,12) \n" ); document.write( "y - 12 = 4(x-8) \n" ); document.write( "y - 12 = 4x-32 \n" ); document.write( "y = 4x -20 \n" ); document.write( " |