document.write( "Question 921677: PLEASE HELP ME SOLVE THIS AGE WORD PROBLEM \"A year ago, John was three times as old as Larry. A year later, he was twice as old as Larry. How old are John and Larry?' \n" ); document.write( "
Algebra.Com's Answer #559147 by rothauserc(4718)![]() ![]() You can put this solution on YOUR website! let Larry's age be x and John's age be y, then we have \n" ); document.write( "y = 3x \n" ); document.write( "y+1 = 2(x+1) \n" ); document.write( "substitute the first equation for y in second equation \n" ); document.write( "3x + 1 = 2x + 2 \n" ); document.write( "x = 1 \n" ); document.write( "Larry is 1 and John is 3 \n" ); document.write( " \n" ); document.write( " |