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)![]() ![]() ![]() 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( "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( " |