document.write( "Question 1177484: A man is three times as old as his daughter. If the difference in their ages is 36 years, find the ages of the father and daughter.\r
\n" );
document.write( "\n" );
document.write( "1A: Let m = man's age and d = daughter's age. Write two simultaneous equations to represent their age.\r
\n" );
document.write( "\n" );
document.write( "1b: Solve the simultaneous equation to determine m and d. \n" );
document.write( "
Algebra.Com's Answer #806479 by mananth(16946)![]() ![]() You can put this solution on YOUR website! \n" ); document.write( "A man is three times as old as his daughter. \r \n" ); document.write( "\n" ); document.write( "M=3D \n" ); document.write( "M-3D =0------------------(1)\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "the difference in their ages is 36 years,\r \n" ); document.write( "\n" ); document.write( "M-d=36 \n" ); document.write( "multipy by -3 \n" ); document.write( "we get \n" ); document.write( "-3M+3d = -108 --------------------(2)\r \n" ); document.write( "\n" ); document.write( "Add (1) & (2) \n" ); document.write( "-2M =-108 \n" ); document.write( "M= 54 \n" ); document.write( "D=18\r \n" ); document.write( "\n" ); document.write( " the age of the fatheris 54 years and daughteris 18 years \n" ); document.write( " |