document.write( "Question 991463: the larger of two numbers is 10 less than twice the smaller number.If the sum of the two numbers is 38,find the two numbers. \n" ); document.write( "
Algebra.Com's Answer #611324 by macston(5194) You can put this solution on YOUR website! . \n" ); document.write( "L=larger number; S=smaller number \n" ); document.write( ". \n" ); document.write( "L=2S-10 \n" ); document.write( ". \n" ); document.write( "L+S=38 \n" ); document.write( "L=38-S \n" ); document.write( ". \n" ); document.write( "38-S=2S-10 \n" ); document.write( "48=3S \n" ); document.write( "16=S \n" ); document.write( "ANSWER !: The smaller number is 16. \n" ); document.write( ". \n" ); document.write( "L=38-S=38-16=22 \n" ); document.write( "ANSWER 2: the larger number is 22. \n" ); document.write( ". \n" ); document.write( "CHECK: \n" ); document.write( ". \n" ); document.write( "L=2S-10 \n" ); document.write( "22=2(16)-10 \n" ); document.write( "22=32-10 \n" ); document.write( "22=22 \n" ); document.write( " \n" ); document.write( " |