document.write( "Question 175866: Determine of the graphs of the 2 equations are perpendicular?
\n" );
document.write( "y=7x-9
\n" );
document.write( "2y=7-x \n" );
document.write( "
Algebra.Com's Answer #130971 by nerdybill(7384)![]() ![]() You can put this solution on YOUR website! y=7x-9 \n" ); document.write( "2y=7-x \n" ); document.write( ". \n" ); document.write( "First, convert both to \"slope-intercept\" form of \n" ); document.write( "y = mx + b \n" ); document.write( ". \n" ); document.write( "y=7x-9 \n" ); document.write( "y=(-1/2)x + 7/2 \n" ); document.write( ". \n" ); document.write( "Slope of equation 1 is 7 \n" ); document.write( "Slope of equation 2 is -1/2 \n" ); document.write( ". \n" ); document.write( "If the two lines are perpendicular, multiplying the two slopes together should equal -1. \n" ); document.write( ". \n" ); document.write( "7 * (-1/2) = -7/2 \n" ); document.write( ". \n" ); document.write( "Since it does not, the two lines are NOT perpendicular. \n" ); document.write( " |