document.write( "Question 965596: The sum of two number is 98. If three times the smaller number is subtracted from the larger number, the result is 10. Find the two numbers. \n" ); document.write( "
Algebra.Com's Answer #590194 by macston(5194)![]() ![]() You can put this solution on YOUR website! . \n" ); document.write( "S=smaller number; L=larger number \n" ); document.write( "L+S=98 \n" ); document.write( "L=98-S Use this to substitute for L \n" ); document.write( "L-3S=10 Substitute for L from above. \n" ); document.write( "98-S-3S=10 Subtract 98 from each side. \n" ); document.write( "-4S=-88 Divide each side by -4 \n" ); document.write( "S=22 ANSWER 1: The smaller number is 22. \n" ); document.write( "L=98-S=98-22=76 ANSWER 2: The larger number is 76. \n" ); document.write( ". \n" ); document.write( "CHECK: \n" ); document.write( "L-3S=10 \n" ); document.write( "76-3(22)=10 \n" ); document.write( "76-66=10 \n" ); document.write( "10=10 \n" ); document.write( " \n" ); document.write( " |