document.write( "Question 270432: How do you solve:\r
\n" );
document.write( "\n" );
document.write( "9x = 10y
\n" );
document.write( "3x-2y = 12\r
\n" );
document.write( "\n" );
document.write( "Use the elimination method to solve the system\r
\n" );
document.write( "\n" );
document.write( "Thank you! \n" );
document.write( "
Algebra.Com's Answer #198132 by Greenfinch(383)![]() ![]() You can put this solution on YOUR website! To use the elimination method we need to eliminate either x or y. \n" ); document.write( "If I eliminate x by multiplying the second equation by 3 \n" ); document.write( "We get 9x - 10y = 0 \n" ); document.write( "and 9x - 6y = 36\r \n" ); document.write( "\n" ); document.write( "subtracting gives -4y = -36 \n" ); document.write( "y = 9 and then substituting in the first equation gives 9x = 90 or x = 10 \n" ); document.write( "Checking in the second gives 3 x 10 - 2 x 9 = 30 = 18 = 12 which checks out \n" ); document.write( " |