document.write( "Question 1077375: Ava's mother is 3 times as old as Ava. Her grandmother is twice as old as Ava's mother. The sum of the numbers is 120. How old are Ava, her mother, and her grandmother? I figured out the ages, but have no clue how to write the equation.
\n" );
document.write( "Ava is 12.
\n" );
document.write( "Mother is 36.
\n" );
document.write( "Grandmother is 72.\r
\n" );
document.write( "\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #691839 by Boreal(15235)![]() ![]() You can put this solution on YOUR website! ava=x \n" ); document.write( "mother=3x \n" ); document.write( "grandmother=2(3x)=6x \n" ); document.write( "x+3x+6x=120 \n" ); document.write( "10x=120 \n" ); document.write( "x=12 Ava \n" ); document.write( "3x=36 Mother \n" ); document.write( "6x=72 grandmother \n" ); document.write( " |