document.write( "Question 70623: One number is 6 more than another. If the sum of the smaller number and 3times the larger number is 34, find the two numbers. show your work \n" ); document.write( "
Algebra.Com's Answer #50412 by jim_thompson5910(35256)\"\" \"About 
You can put this solution on YOUR website!
Let s=smaller number L=larger number\r
\n" ); document.write( "\n" ); document.write( "The equation would look like:
\n" ); document.write( "
\r\n" );
document.write( "             L=s+6  (the larger number is 6 greater than the smaller)\r\n" );
document.write( "          s+3L=34           

\n" ); document.write( "Plug in (s+6) into L of 2nd equation to solve for s (this is possible since L=s+6)
\n" ); document.write( "
\r\n" );
document.write( "         \"s%2B3%2Ahighlight%28%28s%2B6%29%29=34\"\r\n" );
document.write( "            s+3s+18=34  Distribute the 3 among (s+6)\r\n" );
document.write( "            4s+18=34    Add the s terms\r\n" );
document.write( "            4s=16       subtract 18 from both sides\r\n" );
document.write( "            s=4       
Divide both sides by 4
\n" ); document.write( "The smaller number is 4 so the larger is only 6 more than the smaller
\n" ); document.write( "
\r\n" );
document.write( "             L=4+6\r\n" );
document.write( "             L=10          

\n" ); document.write( "So the larger number is 10.
\n" ); document.write( "
\n" ); document.write( "
\n" );