document.write( "Question 1019353: Find an equation for the line perpendicular to y=−1/8x+6
\n" );
document.write( " and goes through the point (7,−6)
\n" );
document.write( "Write your answer in the form y=mx+b\r
\n" );
document.write( "\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #635280 by Boreal(15235)![]() ![]() You can put this solution on YOUR website! Perpendicular lines have a negative reciprocal slope. Therefore for a slope of -1/8, a line perpendicular has slope 8. \n" ); document.write( "point slope formula \n" ); document.write( "y+6=8(x-7) \n" ); document.write( "y+6=8x-56 \n" ); document.write( "y=8x-62 \n" ); document.write( "------------------ \n" ); document.write( " |