document.write( "Question 1091851: Write an equation of the line containing the given point and perpendicular to the given line. Express your answer in the form y=mx+b
\n" );
document.write( "(8,9); 2x+y=7
\n" );
document.write( "The equation for the line is y=? \n" );
document.write( "
Algebra.Com's Answer #706331 by Boreal(15235)![]() ![]() You can put this solution on YOUR website! The line is y=-2x+7 \n" ); document.write( "a line perpendicular to that has slope +1/2, the negative reciprocal to -2 \n" ); document.write( "it goes through point (8, 9) \n" ); document.write( "slope-intercept form'y-y1=m(x-x1) \n" ); document.write( "y-9=(1/2)(x-8) \n" ); document.write( "y-9=(1/2)x-4 \n" ); document.write( "y=(1/2)x+5 \n" ); document.write( "That contains the point (8, 9) \n" ); document.write( " |