document.write( "Question 328331: decide whether the pairof lines is parallel,perpendicular, or neither
\n" );
document.write( "5x+2y=4
\n" );
document.write( "2x-5y=5 \n" );
document.write( "
Algebra.Com's Answer #235134 by mananth(16946)![]() ![]() You can put this solution on YOUR website! 5x+2y=4 \n" ); document.write( "2y=4-5x \n" ); document.write( "divide by 2 \n" ); document.write( "2y/2=4/2-5x/2 \n" ); document.write( "y=-5x/2 +2 \n" ); document.write( "The slope of this line = -5/2\r \n" ); document.write( "\n" ); document.write( "2x-5y=5 \n" ); document.write( "-5y=5-2x \n" ); document.write( "divide by -5 \n" ); document.write( "-5y/-5=5/-5 -2x/-5 \n" ); document.write( "y=-1+2x/5 \n" ); document.write( "y=2x/5-1 \n" ); document.write( "the slope of this line = 2/5 \n" ); document.write( "slope of od * slope of other = -1 \n" ); document.write( "m1*m2=-1 \n" ); document.write( "so they are perpendicular. \n" ); document.write( " \n" ); document.write( " |