document.write( "Question 1031850: A man is 4 times old as his daughter was 3 years ago.If their combined ages is 48,how old is the daughter now?
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #646519 by mananth(16946)![]() ![]() You can put this solution on YOUR website! let the daughter's age be x now\r \n" ); document.write( "\n" ); document.write( "3 years ago her age was (x-3) years\r \n" ); document.write( "\n" ); document.write( "Father's age now is 4(x-3)\r \n" ); document.write( "\n" ); document.write( "4(x-3)+48\r \n" ); document.write( "\n" ); document.write( "4x-12=48 \n" ); document.write( "4x=12+48 \n" ); document.write( "4x=60 \n" ); document.write( "x=15 years the daughter's age\r \n" ); document.write( "\n" ); document.write( " \n" ); document.write( " |