document.write( "Question 949033: Two positive numbers have a difference of 8. The larger number is 2 less than 3 times the smaller number. Find the numbers. \n" ); document.write( "
Algebra.Com's Answer #579310 by macston(5194)![]() ![]() You can put this solution on YOUR website! L=larger number; S=smaller number \n" ); document.write( "L=3S-2 \n" ); document.write( "L-S=8 Substitute for L \n" ); document.write( "(3S-2)-S=8 Add 2 to each side. \n" ); document.write( "2S=10 Divide each side by 2 \n" ); document.write( "S=5 ANSWER 1: The smaller number is 5. \n" ); document.write( "L-S=8 \n" ); document.write( "L-5=8 Add 5 to each side. \n" ); document.write( "L=13 ANSWER 2: The larger number is 13. \n" ); document.write( "CHECK: \n" ); document.write( "L-2=3S \n" ); document.write( "13+2=3(5) \n" ); document.write( "15=15 \n" ); document.write( " \n" ); document.write( " \n" ); document.write( " |