document.write( "Question 443074: Determin whether the graphs of the two lines are parallel.
\n" );
document.write( "y+3=9x
\n" );
document.write( "6x-y=-3\r
\n" );
document.write( "\n" );
document.write( "Are the graphs of the given equations parallel?\r
\n" );
document.write( "\n" );
document.write( "No or Yes \n" );
document.write( "
Algebra.Com's Answer #305621 by mananth(16946)![]() ![]() You can put this solution on YOUR website! y+3=9x \n" ); document.write( "6x-y=-3 \n" ); document.write( "Rewrite both equations in y= mx + b form and compare the co-efficients of x\r \n" ); document.write( "\n" ); document.write( "y= 9x-3 \n" ); document.write( "y=6x+3 \n" ); document.write( "They are not same \n" ); document.write( "so lines are not parallel \n" ); document.write( " |