document.write( "Question 1039637: Mike's son John is exactly one fifth of Mike's age. In 21years time, Mike will be exactly twice John's age. How old is John now? \n" ); document.write( "
Algebra.Com's Answer #654399 by addingup(3677)\"\" \"About 
You can put this solution on YOUR website!
J = 1/5M
\n" ); document.write( "M+21 = 2(J+21)
\n" ); document.write( "M+21 = 2(1/5M+21)
\n" ); document.write( "M+21 = 2/5M+42
\n" ); document.write( "M = 2/5M + 21
\n" ); document.write( "M-2/5M = 21
\n" ); document.write( "3/5M = 21
\n" ); document.write( "M = 21(5/3) = 105/3 = 35 Mike is 35 years old and John is 1/5(35) = 7 years old.
\n" ); document.write( "
\n" );