document.write( "Question 151953: Decide whether the pair of lines is parallel,perpendicular, or neither\r
\n" );
document.write( "\n" );
document.write( "Please help me solve the equation: 4x+2y=5
\n" );
document.write( " 2x-4y=1 \n" );
document.write( "
Algebra.Com's Answer #111713 by checkley77(12844)![]() ![]() ![]() You can put this solution on YOUR website! 4x+2y=5 \n" ); document.write( "2Y=-4X+5 \n" ); document.write( "Y=4X/2+5/2 \n" ); document.write( "Y=2X+5/2 (RED LINE) \n" ); document.write( "2x-4y=1 \n" ); document.write( "-4Y=-2X+1 \n" ); document.write( "Y=-2X/-4+1/-4 \n" ); document.write( "Y=X/2-1/4 (GREEN LINE) \n" ); document.write( " \n" ); document.write( "As graphed, they are neither parallel nor perpendicular. \n" ); document.write( " |