document.write( "Question 300008: determine whether lines are parallel or perpendicular
\n" );
document.write( "12x-6y= -24
\n" );
document.write( "-2x+y= -8
\n" );
document.write( "choose between following answers
\n" );
document.write( "parallel because slopes are equal
\n" );
document.write( "parallel because slopes are negative reciprocals of each other
\n" );
document.write( "perpendicular because slopes are equal
\n" );
document.write( "perpendicular because slopes are negative reciprocals of each other \n" );
document.write( "
Algebra.Com's Answer #215403 by checkley77(12844)![]() ![]() ![]() You can put this solution on YOUR website! 12x-6y= -24 \n" ); document.write( "-6Y=-12X-24 \n" ); document.write( "Y=-12X/-6-24/-6 \n" ); document.write( "Y=2X+4 SLOPE=2 \n" ); document.write( "-2x+y= -8 \n" ); document.write( "Y=2X-8 SLOPE=2 \n" ); document.write( "THESE LINE ARE PARALLEL BECAUSE THE SLOPES ARE EQUAL. \n" ); document.write( " \n" ); document.write( " |