document.write( "Question 434074: The sum of the present ages of john and his father is 89 years. After 11 years the age of father will be twice the age of john at that time, find their present ages. \n" ); document.write( "
Algebra.Com's Answer #300833 by mananth(16946)\"\" \"About 
You can put this solution on YOUR website!
john's age =x
\n" ); document.write( "father's age = 89-x
\n" ); document.write( "..
\n" ); document.write( "after 11 years\r
\n" ); document.write( "\n" ); document.write( "john's age = x+11
\n" ); document.write( "father's age = 99-x
\n" ); document.write( "...
\n" ); document.write( "99-x=2(x+11)
\n" ); document.write( "99-x=2x+22
\n" ); document.write( "99-22=2x-x
\n" ); document.write( "77=x fathers age
\n" ); document.write( "12 = sons age
\n" ); document.write( "
\n" );