document.write( "Question 1190170: Six years ago, Mrs. Aguilar was 5 times as old as her daughter Agnes. How old is Agnes now if her age is one -third of her mother’s present age?
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #821742 by greenestamps(13200)![]() ![]() You can put this solution on YOUR website! \n" ); document.write( "A different setup, using only one variable -- using the information that the mother was 5 times as old as Agnes 6 years ago.... \n" ); document.write( "Let x = age of Agnes 6 years ago \n" ); document.write( "Then 5x = age of mother 6 years ago \n" ); document.write( "Their current ages are \n" ); document.write( "x+6 = Agnes \n" ); document.write( "5x+6 = mother \n" ); document.write( "The mother is now 3 times as old as Agnes: \n" ); document.write( "5x+6 = 3(x+6) \n" ); document.write( "5x+6=3x+18 \n" ); document.write( "2x=12 \n" ); document.write( "x=6 \n" ); document.write( "ANSWER: Agnes' age now is x+6=12 \n" ); document.write( "CHECK: 5x+6=20+6=36 = 3(12) \n" ); document.write( " \n" ); document.write( " |