document.write( "Question 452492: Decide whether the pair of lines is parallel, perpendicular, or neither.
\n" );
document.write( "3x+2y=8
\n" );
document.write( "3x+2y=4\r
\n" );
document.write( "\n" );
document.write( "The lines are\r
\n" );
document.write( "\n" );
document.write( "A. neither
\n" );
document.write( "B. perpendicular
\n" );
document.write( "C. parallel \n" );
document.write( "
Algebra.Com's Answer #311039 by lwsshak3(11628)![]() ![]() ![]() You can put this solution on YOUR website! Decide whether the pair of lines is parallel, perpendicular, or neither. \n" ); document.write( "3x+2y=8 \n" ); document.write( "3x+2y=4 \n" ); document.write( "The lines are \n" ); document.write( "A. neither \n" ); document.write( "B. perpendicular \n" ); document.write( "C. parallel \n" ); document.write( ".. \n" ); document.write( "To find whether the pair of lines is parallel, perpendicular, or neither, \n" ); document.write( "change each equation to standard form, y=mx+b, where m=slope, and b, y-intercept. \n" ); document.write( ".. \n" ); document.write( "3x+2y=8 \n" ); document.write( "2y=-3x+8 \n" ); document.write( "y=-3x/2+4 \n" ); document.write( ".. \n" ); document.write( "3x+2y=4 \n" ); document.write( "2y=-3x+4 \n" ); document.write( "y=-3x/2+2 \n" ); document.write( ".. \n" ); document.write( "Both lines have the same slope but different y-intercepts, so, they are parallel to each other. \n" ); document.write( " |