document.write( "Question 1037670: Find the point of intersection of the lines \r
\n" );
document.write( "\n" );
document.write( "3 x − 6 y = 12
\n" );
document.write( " 4 x − 8 y = 16 \n" );
document.write( "
Algebra.Com's Answer #652281 by Alan3354(69443)![]() ![]() You can put this solution on YOUR website! Divide the 1st eqn by 3 and the 2nd by 4. \n" ); document.write( "Both give x - 2y = 4 \n" ); document.write( "It's the same equation --> no unique solution. \n" ); document.write( " |