document.write( "Question 331524: a man's age is 3 times the sum of the ages of his two sons.after 5years his age will be twice the sum of the ages of his two sons.find the age of the man. \n" ); document.write( "
Algebra.Com's Answer #237589 by mananth(16949)\"\" \"About 
You can put this solution on YOUR website!
let age of sons be x & y & father's age =z
\n" ); document.write( "z = 3(x+y)
\n" ); document.write( "z/3 = (x+y)
\n" ); document.write( "..
\n" ); document.write( "after 5 years
\n" ); document.write( "their ages will be
\n" ); document.write( "x+5, y+5, z+5
\n" ); document.write( "z+5=2(x+5+y+5)
\n" ); document.write( "z+5=2x+2y+20
\n" ); document.write( "z+5=2(x+y)+20
\n" ); document.write( "z+5-20=2(x+y)+20-20
\n" ); document.write( "z-15=2(x+y)
\n" ); document.write( "But (x+y)= z/3
\n" ); document.write( "z-15=2*z/3
\n" ); document.write( "multiply 3
\n" ); document.write( "3*(z-15)=2z
\n" ); document.write( "3z-45=2z
\n" ); document.write( "3z-2z=45
\n" ); document.write( "z=45 father's age
\n" ); document.write( "
\n" );