document.write( "Question 1131613: At present Allen is 10 years younger than Scott. Ten years from now, Scott’s age will be 3 times the present age of Allen. Find the present age of Allen and Scott. \n" ); document.write( "
Algebra.Com's Answer #748302 by addingup(3677)![]() ![]() You can put this solution on YOUR website! A = S-10 \n" ); document.write( "A+10 = 3A \n" ); document.write( "S-10+10 = 3(S-10) \n" ); document.write( "S = 3S-30 \n" ); document.write( "-2S = -30 \n" ); document.write( "S = 15 \n" ); document.write( "and A = 15 - 10 = 5 \n" ); document.write( "~~~~~~~~~~~~~~~~~~~~~ \n" ); document.write( "Check: \n" ); document.write( "A+10 = 3A \n" ); document.write( "5+10 = 3(5) \n" ); document.write( "15 = 15 Correct \n" ); document.write( " |