document.write( "Question 808163: A man has a daughter and a son. The son is three years older than the daughter is now. In ten years the man will be fourteen years older than the combined ages of his children at that time. What is the man's age? \n" ); document.write( "
Algebra.Com's Answer #486796 by ankor@dixie-net.com(22740)![]() ![]() You can put this solution on YOUR website! let m = man's present age \n" ); document.write( "let d = daughters's \n" ); document.write( "let s = son's \n" ); document.write( ": \n" ); document.write( "Write an equation for each statement: \n" ); document.write( ": \n" ); document.write( "A man has a daughter and a son. \n" ); document.write( " The son is three years older than the daughter is now. \n" ); document.write( "s = d+3 \n" ); document.write( " In ten years the man will be fourteen years older than the combined ages of his children at that time. \n" ); document.write( "m + 10 = (s+10) + (d+10) + 14 \n" ); document.write( "m = s + d + 34 - 10 \n" ); document.write( "m = s + d + 24 \n" ); document.write( "Replace s with (d+3) \n" ); document.write( "m = d + 3 + d + 24 \n" ); document.write( "m = 2d + 27 \n" ); document.write( "That's about all we can do with it, we have three unknowns and only 2 equations.\r \n" ); document.write( " \n" ); document.write( " \n" ); document.write( " \n" ); document.write( "\n" ); document.write( " \n" ); document.write( " |