document.write( "Question 793956: George is 2 years older than Sam and Sam is 3 years older than Alex. The total of their
\n" );
document.write( "ages is 35. Write and solve the equation to find the ages of George, Sam, and Alex. \n" );
document.write( "
Algebra.Com's Answer #480510 by sunny1992(35)![]() ![]() You can put this solution on YOUR website! let, \n" ); document.write( "Alex's age = x \n" ); document.write( "sam's age = x+3 \n" ); document.write( "george's age = x+3+2 = x+5\r \n" ); document.write( "\n" ); document.write( "X+(X+3)+(X+5) = 35 \n" ); document.write( "3X+8=35 \n" ); document.write( "3X=27 \n" ); document.write( "X=9\r \n" ); document.write( "\n" ); document.write( "ALEX AGE = 9 \n" ); document.write( "SAM AGE = 12 \n" ); document.write( "GEORGE AGE = 14 \n" ); document.write( " |