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 #674694 by rfer(16322)![]() ![]() ![]() You can put this solution on YOUR website! Jerry = x+6 \n" ); document.write( "George= x \n" ); document.write( "Kramer= x-9 \n" ); document.write( "x+6+x+x-9=93 \n" ); document.write( "3x-3=93 \n" ); document.write( "3x=93+3 \n" ); document.write( "x=96/3 \n" ); document.write( "x=32 \n" ); document.write( "x+6=38 \n" ); document.write( "x-9=23 \n" ); document.write( " |