document.write( "Question 968330: Taylor is 3 times as old as Jerry. The sum of their ages is 72. How old is each. \n" ); document.write( "
Algebra.Com's Answer #591771 by amarjeeth123(570)![]() ![]() ![]() You can put this solution on YOUR website! Let Jerry's age be x. \n" ); document.write( "Then Taylor's age is 3x. \n" ); document.write( "The sum of their ages is 72 \n" ); document.write( "x+3x=72 \n" ); document.write( "4x=72 \n" ); document.write( "x=18 \n" ); document.write( "Jerry is 18 years old and Taylor is 54 years old. \n" ); document.write( " |