document.write( "Question 705949: how do i decide whether the graphs of the two equations are parallel lines
\n" );
document.write( "y=2x-12
\n" );
document.write( "6x+3y=0 \n" );
document.write( "
Algebra.Com's Answer #435183 by filboi(35)![]() ![]() ![]() You can put this solution on YOUR website! The two equations are parallel lines if their slopes are equal. Meaning: if they have the same slope, they do not intersect at any point and therefore parallel to each other. \r \n" ); document.write( "\n" ); document.write( "First, change the equations to the format y=mx + b. In this equation, m is the slope.\r \n" ); document.write( "\n" ); document.write( "y=2x-12; m=2\r \n" ); document.write( "\n" ); document.write( "6x+3y=0 ==> 3y=-6x ==> y=-2x; m=-2\r \n" ); document.write( "\n" ); document.write( "You will notice that the values of the slope are equal but different in sign. Therefore, they are two intersecting lines and are in fact perpendicular to each other. \n" ); document.write( " |