document.write( "Question 1001143: Maria's Father is now twice as old as she is. 16 years ago he was four times as old. How old are they now? \n" ); document.write( "
Algebra.Com's Answer #618406 by Cromlix(4381)![]() ![]() You can put this solution on YOUR website! Hi there, \n" ); document.write( "Maria's Father is now twice as old as she is \n" ); document.write( "F = 2M \n" ); document.write( "16 years ago he was four times as old. \n" ); document.write( "F - 16 = 4(M - 16) \n" ); document.write( "Replace 'F' with 2M from top equation. \n" ); document.write( "2M - 16 = 4(M - 16) \n" ); document.write( "2M - 16 = 4M - 64 \n" ); document.write( "Collect like terms \n" ); document.write( "2M - 4M = - 64 + 16 \n" ); document.write( "-2M = -48 \n" ); document.write( "2M = 48 \n" ); document.write( "M = 24 \n" ); document.write( "Maria is 24 years old \n" ); document.write( "Her father is 48 years old. \n" ); document.write( "Hope this helps :-) \n" ); document.write( " |