document.write( "Question 760220:  The sum of two numbers is 23. Seven times the first number less five times the second number is equal to 5. What are the two numbers?\r
\n" );
document.write( "\n" );
document.write( "a + b = 23\r
\n" );
document.write( "\n" );
document.write( "7a + 5b = 5\r
\n" );
document.write( "\n" );
document.write( "S: not sure what to do after that \n" );
document.write( "
| Algebra.Com's Answer #462512 by unlockmath(1688)     You can put this solution on YOUR website! Hello, \n" ); document.write( "With this: \n" ); document.write( "a + b = 23 \n" ); document.write( "7a + 5b = 5 \n" ); document.write( "You almost had is set up correctly. The right way is: \n" ); document.write( "a + b = 23 \n" ); document.write( "7a - 5b = 5 \n" ); document.write( "We can solve this two different ways; Substitution or elimination.Let's do substitution by setting the first equation as: \n" ); document.write( "a=23-b and plug this into the second equation as: \n" ); document.write( "7(23-b)-5b= 5 \n" ); document.write( "Now we have one variable (b) to solve: \n" ); document.write( "161-7b-5b=5 \n" ); document.write( "Simplify and subtract 161 to get: \n" ); document.write( "12b= -156 \n" ); document.write( "Divide by 12 and we get: \n" ); document.write( "b=13 \n" ); document.write( "Now that we know what the value of b is we can plug this into the first or second equation to find the answer for \"a\". I'lllet you figure that one out. \n" ); document.write( "Make sense? \n" ); document.write( "RJ \n" ); document.write( "www.math-unlock.com \n" ); document.write( " |