document.write( "Question 633293: Solve the following two equations:
\n" );
document.write( "8y = 7x
\n" );
document.write( "-2x = 6y
\n" );
document.write( "Select one:\r
\n" );
document.write( "\n" );
document.write( " (-2,6)
\n" );
document.write( " (7,-2)
\n" );
document.write( " (8,7)
\n" );
document.write( " (0,0) \n" );
document.write( "
Algebra.Com's Answer #398791 by Alan3354(69443) You can put this solution on YOUR website! 8y = 7x --> x = 8y/7 \n" ); document.write( "-2x = 6y --> x = -3y \n" ); document.write( "--------- \n" ); document.write( "x = y = 0\r \n" ); document.write( "\n" ); document.write( " \n" ); document.write( " |