document.write( "Question 1059670: Jerry is 6 years older than his friend George. Their other friend Kramer is 9 years younger then George. The sum of all their ages is 93 years. How old are the 3 friends?\r
\n" );
document.write( "\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #674699 by stanbon(75887)![]() ![]() ![]() You can put this solution on YOUR website! Jerry is 6 years older than his friend George. Their other friend Kramer is 9 years younger then George. The sum of all their ages is 93 years. How old are the 3 friends? \n" ); document.write( "-------------------- \n" ); document.write( "J = G + 6 \n" ); document.write( "K = G - 9 \n" ); document.write( "J + G + K = 93 \n" ); document.write( "----------------------- \n" ); document.write( "G+6 + G + G-9 = 93 \n" ); document.write( "3G - 3 = 93 \n" ); document.write( "3G = 96 \n" ); document.write( "G = 32 yrs \n" ); document.write( "------ \n" ); document.write( "J = G + 6 = 38 yrs \n" ); document.write( "K = G - 9 = 23 yrs \n" ); document.write( "--------------------- \n" ); document.write( "Cheers, \n" ); document.write( "Stan H. \n" ); document.write( "------------- \n" ); document.write( " |