document.write( "Question 243622: decide whether the pair of lines is parallel, perpendicular, or neither.\r
\n" );
document.write( "\n" );
document.write( "5x + 4y = 8
\n" );
document.write( "4x - 5y = 4 \n" );
document.write( "
Algebra.Com's Answer #178506 by checkley77(12844)![]() ![]() ![]() You can put this solution on YOUR website! 5x + 4y = 8 \n" ); document.write( "4y=-5x+8 \n" ); document.write( "y=-5x/4+8/4 \n" ); document.write( "y=-5x/4+2 \n" ); document.write( "-------------------- \n" ); document.write( "4x - 5y = 4 \n" ); document.write( "-5y=-4x+4 \n" ); document.write( "y=-4x/-5+4/-5 \n" ); document.write( "y=4x/5-4/5 \n" ); document.write( "slopes are -5/4 & 4/5 therefore these lines are perpendicular. \n" ); document.write( " |