document.write( "Question 1096512: If john's age is 2 years nore than twice mary's age, and the sum of their age is 32. How old are they?
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #710946 by Boreal(15235)![]() ![]() You can put this solution on YOUR website! Mary is x years old \n" ); document.write( "John is 2x+2 years old. \n" ); document.write( "they add to 32 \n" ); document.write( "x+2x+2=32 \n" ); document.write( "3x=30 \n" ); document.write( "x=10 years (Mary) \n" ); document.write( "John is 22 years old. \n" ); document.write( " |