document.write( "Question 166525: 2x+5y=3
\n" );
document.write( "5x-2y=1
\n" );
document.write( "determine whether the lines are perpendicular, parallel, or neither \n" );
document.write( "
Algebra.Com's Answer #122726 by nerdybill(7384)![]() ![]() You can put this solution on YOUR website! 2x+5y=3 \n" ); document.write( "5x-2y=1 \n" ); document.write( ". \n" ); document.write( "Convert both to the form of: \n" ); document.write( "y = mx + b \n" ); document.write( "to determine the slope of each line. \n" ); document.write( ". \n" ); document.write( "2x+5y=3 \n" ); document.write( "5y=-2x+3 \n" ); document.write( "y=(-2/5)x + (3/5) \n" ); document.write( "slope is -2/5 \n" ); document.write( ". \n" ); document.write( "5x-2y=1 \n" ); document.write( "2y = 5x + 1 \n" ); document.write( "y = (5/2)x + (1/2) \n" ); document.write( "slope is 5/2 \n" ); document.write( ". \n" ); document.write( "Since multiplying both slopes together: \n" ); document.write( "(-2/5)(5/2) = -1 \n" ); document.write( "they are negative reciprocal \n" ); document.write( "therefore the two lines are perpendicular\r \n" ); document.write( "\n" ); document.write( " \n" ); document.write( " |