document.write( "Question 1145638: Sergio is 70 years younger than Elizabeth. 8 years ago, Elizabeth’s age was 3 times Sergio’s age. How old is Sergio now? \n" ); document.write( "
Algebra.Com's Answer #766867 by VFBundy(438)![]() ![]() You can put this solution on YOUR website! Sergio's age = x \n" ); document.write( "Elizabeth's age = x + 70 \n" ); document.write( " \n" ); document.write( "\"8 years ago, Elizabeth’s age was 3 times Sergio’s age.\" \n" ); document.write( " \n" ); document.write( "(x + 70) - 8 = 3(x - 8) \n" ); document.write( " \n" ); document.write( "x + 62 = 3x - 24 \n" ); document.write( " \n" ); document.write( "86 = 2x \n" ); document.write( " \n" ); document.write( "x = 43 \n" ); document.write( " \n" ); document.write( "Sergio's age = x = 43 \n" ); document.write( "Elizabeth's age = x + 70 = x + 43 = 113 \n" ); document.write( " \n" ); document.write( "========================================== \n" ); document.write( " \n" ); document.write( "Check it: \n" ); document.write( " \n" ); document.write( "\"Sergio is 70 years younger than Elizabeth.\" \n" ); document.write( " \n" ); document.write( "Sergio = 43; Elizabeth = 113. 113 minus 43 = 70. [CHECKS] \n" ); document.write( " \n" ); document.write( "\"8 years ago, Elizabeth’s age was 3 times Sergio’s age.\" \n" ); document.write( " \n" ); document.write( "Sergio = 35; Elizabeth = 105. 35 times 3 = 105. [CHECKS] |