document.write( "Question 977124: The sum of Mr. Reyes and his son is 60 years. Two years ago, Mr. Reyes was three times as old as his son.
\n" );
document.write( "A. How old is Mr. Reyes' son?
\n" );
document.write( "B. How old s Mr. Reyes when his son was born? \n" );
document.write( "
Algebra.Com's Answer #598628 by rajagopalan(174)![]() ![]() You can put this solution on YOUR website! Let the Son's present age=x \n" ); document.write( "Let the fathers present age =y \n" ); document.write( "we get the first equation x+y=60......equation 1 \n" ); document.write( "Go back 2 years \n" ); document.write( "Sons age=x-2 \n" ); document.write( "Father's age=y-2 \n" ); document.write( "we get 3(x-2)=y-2 \n" ); document.write( "giving 3x-6=y-2 \n" ); document.write( "3x-y=-2+6 \n" ); document.write( "3x-y=4.......equation 2 \n" ); document.write( "finally \n" ); document.write( "x+y=60 \n" ); document.write( "3x-y=4 \n" ); document.write( "adding both equations \n" ); document.write( "we get 4x=64 \n" ); document.write( "x=64/4=16 \n" ); document.write( "So present age of son=16 \n" ); document.write( "present age of Reyes(father)=60-16=44 \n" ); document.write( "So when the son was born father's age=44-16=28 \n" ); document.write( " |