document.write( "Question 766112: 1. A man is 10 years older than his wife who is now 2.5 times as old as their daughter. The daughter is now 14 years old. What was the man’s age when the daughter was born? \n" ); document.write( "
Algebra.Com's Answer #466671 by lwsshak3(11628)![]() ![]() ![]() You can put this solution on YOUR website! 1.A man is 10 years older than his wife who is now 2.5 times as old as their daughter. The daughter is now 14 years old. What was the man’s age when the daughter was born? \n" ); document.write( "*** \n" ); document.write( "let x=age of man \n" ); document.write( "x-10=age of wife \n" ); document.write( "x-10=2.5*14=35 \n" ); document.write( "x=45 \n" ); document.write( "man's age when daughter was born=45-14=31 \n" ); document.write( " |