document.write( "Question 49789: The sum of two integers is 30.Eight times the smaller integer is six more than five times the larger integer.Find the integers \n" ); document.write( "
Algebra.Com's Answer #33030 by AnlytcPhil(1807)\"\" \"About 
You can put this solution on YOUR website!
The sum of two integers is 30. Eight times the smaller\r\n" );
document.write( "integer is six more than five times the larger integer.\r\n" );
document.write( "Find the integers\r\n" );
document.write( "\r\n" );
document.write( "\r\n" );
document.write( "Let S = the smaller\r\n" );
document.write( "Let L = the larger\r\n" );
document.write( "\r\n" );
document.write( ">>...The sum of two integers is 30...<<\r\n" );
document.write( "\r\n" );
document.write( "Translation:\r\n" );
document.write( "\r\n" );
document.write( "S + L = 30\r\n" );
document.write( "\r\n" );
document.write( ">>...Eight times the smaller integer is six more than\r\n" );
document.write( "five times the larger integer...<<\r\n" );
document.write( "\r\n" );
document.write( "Translation:\r\n" );
document.write( "\r\n" );
document.write( "8S = 5L + 6\r\n" );
document.write( "\r\n" );
document.write( "So you have the system of equations:\r\n" );
document.write( "\r\n" );
document.write( "S + L = 30\r\n" );
document.write( "8S = 5L + 6\r\n" );
document.write( "\r\n" );
document.write( "Can you solve that system?  If not post again.\r\n" );
document.write( "\r\n" );
document.write( "Answer: S = 12,  L = 18\r\n" );
document.write( "\r\n" );
document.write( "Check: 8 times 12 is 96 and 5 times 18 is 90.\r\n" );
document.write( "Ans sure enough, 96 is 6 more than 90.\r\n" );
document.write( "\r\n" );
document.write( "Edwin

\n" ); document.write( "
\n" ); document.write( "
\n" );