document.write( "Question 245741: my father is 4 times older then me. in 20 years he will be only twice as old as me, how old am i and my father. what is the mathmatic problem and the steps to solve it \n" ); document.write( "
Algebra.Com's Answer #179446 by richwmiller(17219)![]() ![]() You can put this solution on YOUR website! let f=father \n" ); document.write( "let m=me \n" ); document.write( "f=4m \n" ); document.write( "f+20=2(m+20) \n" ); document.write( "substitute f in second equation with 4m \n" ); document.write( "4m+20=2(m+20) \n" ); document.write( "4m+20=2m+40 \n" ); document.write( "subtract 2m from both sides \n" ); document.write( "2m+20=40 \n" ); document.write( "subtract 20 from both sides \n" ); document.write( "2m=20 \n" ); document.write( "divide by 2 \n" ); document.write( "m=10 \n" ); document.write( "f=4m \n" ); document.write( "f=4*10=40 \n" ); document.write( "check\r \n" ); document.write( "\n" ); document.write( "40+20=2(10+20)\r \n" ); document.write( "\n" ); document.write( "40+20=2(30)=60 \n" ); document.write( "60=60 \n" ); document.write( "ok \n" ); document.write( " \n" ); document.write( " |