document.write( "Question 282192: 3x - 2y = 10
\n" );
document.write( "5x + 3y = 4 \r
\n" );
document.write( "\n" );
document.write( "How would you describe how to solve this system? \n" );
document.write( "
Algebra.Com's Answer #204898 by oberobic(2304)![]() ![]() ![]() You can put this solution on YOUR website! 3x - 2y = 10 \n" ); document.write( "5x + 3y = 4 \n" ); document.write( ". \n" ); document.write( "It is presents itself as a system of linear equations. \n" ); document.write( ". \n" ); document.write( "Multiply the first equation by 3. \n" ); document.write( "Multiply the second equation by 2. \n" ); document.write( "Add the equations to eliminate the 'y' term. \n" ); document.write( "Solve for 'x'. \n" ); document.write( "Substitute to find 'y'. \n" ); document.write( "Check. \n" ); document.write( "Done. \n" ); document.write( " |