document.write( "Question 847484: Sir,\r
\n" );
document.write( "\n" );
document.write( "10 years ago a man has 6 times as old as his daughter. After 10 years he will be twise as old as his daughter. Find their present age.\r
\n" );
document.write( "\n" );
document.write( "thank you-Bindu \n" );
document.write( "
Algebra.Com's Answer #510470 by swincher4391(1107)![]() ![]() You can put this solution on YOUR website! let m be the age of the man let d be the age of the daughter\r \n" ); document.write( "\n" ); document.write( "(m-10) = 6*(d-10)\r \n" ); document.write( "\n" ); document.write( "m+10 = 2*(d+10)\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "m-10 = 6d - 60 \n" ); document.write( "m+10 = 2d + 20\r \n" ); document.write( "\n" ); document.write( "m = 6d -50 (solving first one for m)\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "6d-50 + 10 = 2d + 20\r \n" ); document.write( "\n" ); document.write( "6d -40 = 2d + 20\r \n" ); document.write( "\n" ); document.write( "4d = 60\r \n" ); document.write( "\n" ); document.write( "d = 15\r \n" ); document.write( "\n" ); document.write( "m = 6(15) - 50 = 40\r \n" ); document.write( "\n" ); document.write( "The man is 40, his daughter is 15. \n" ); document.write( " |