document.write( "Question 403731: Decide whether the pair of lines is parallel, perpendicular, or neither.\r
\n" );
document.write( "\n" );
document.write( "2x+3y=1
\n" );
document.write( "3x+2y=10 \n" );
document.write( "
Algebra.Com's Answer #285436 by sofiyac(983)![]() ![]() You can put this solution on YOUR website! You need to compare the slopes, if slopes are the same then they're parallel. So what you do is solve each equation for y and put it in slope intercept form which is y=mx+b where m is your slope. \n" ); document.write( "3y=-2x+1 \n" ); document.write( "2y=-3x+10 \n" ); document.write( "Divide first equation by 3 and second one by 2 and you get \n" ); document.write( " \n" ); document.write( " \n" ); document.write( "So the slopes are -2/3 and -3/2, they're NOT the same so the lines are NOT parallel. \n" ); document.write( " |