document.write( "Question 543176: The age of a person is twice the sum of the ages of his two sons and five years ago his age was thrice the sum of their ages.find his present age. \n" ); document.write( "
Algebra.Com's Answer #354777 by lwsshak3(11628)![]() ![]() ![]() You can put this solution on YOUR website! The age of a person is twice the sum of the ages of his two sons and five years ago his age was thrice the sum of their ages.find his present age. \n" ); document.write( "** \n" ); document.write( "let x=present age of father \n" ); document.write( "let y=sum of ages of two sons \n" ); document.write( ".. \n" ); document.write( "At present: \n" ); document.write( "x=2y \n" ); document.write( "5 years ago: \n" ); document.write( "x-5=3(y-10) \n" ); document.write( "substitute 2y for x \n" ); document.write( "2y-5=3y-30 \n" ); document.write( "y=25 \n" ); document.write( "x=2y=50 \n" ); document.write( "Ans: \n" ); document.write( "Present age of father=25 \n" ); document.write( " |