document.write( "Question 249964: Decide whether the pair of lines is parallel, perpendicular, or neither.
\n" );
document.write( " 4x + 3y = 5
\n" );
document.write( " 3x - 4y = 10 \n" );
document.write( "
Algebra.Com's Answer #181997 by checkley77(12844)![]() ![]() ![]() You can put this solution on YOUR website! 4x + 3y = 5 \n" ); document.write( "3y=-4x+5 \n" ); document.write( "y=-4x/3+5/3 (red line) \n" ); document.write( "This line has a slope=-4/3 \n" ); document.write( " 3x - 4y = 10 \n" ); document.write( "-4y=-3x+10 \n" ); document.write( "y=-3x/-4+10/-4 \n" ); document.write( "y=3x/4-2.5 Green line) \n" ); document.write( "This line has a slope=3/4 \n" ); document.write( "Thus these 2 lines are perpendicular. \n" ); document.write( " |