document.write( "Question 1189866: Hannah's mother is 4 times as old as Hannah. After 16 years, her mother will be 2 times as old as
\n" );
document.write( "Hannah. Hannah is now .....years old and her mother is.... years old now.
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #821364 by ankor@dixie-net.com(22740)![]() ![]() You can put this solution on YOUR website! Hannah's mother is 4 times as old as Hannah. \n" ); document.write( "let h = Hannah's age \n" ); document.write( "then \n" ); document.write( "4h = her Mom's age \n" ); document.write( ": \n" ); document.write( " After 16 years, her mother will be 2 times as old as Hannah. \n" ); document.write( "4h + 16 = 2(h+16) \n" ); document.write( "4h + 16 = 2h + 32 \n" ); document.write( "4h - 2h = 32 - 16 \n" ); document.write( "2h = 16 \n" ); document.write( "h = 8 yrs is Hannah's age, \n" ); document.write( "then \n" ); document.write( "4(8) = 32 is Mom's age \n" ); document.write( ": \n" ); document.write( "you can confirm this in the statement \n" ); document.write( "\"After 16 years, her mother will be 2 times as old as Hannah\" \n" ); document.write( " \n" ); document.write( " |