document.write( "Question 972490: Roberts father is 4 times as old as Roberts.After 5 years,father will be three times as old as Roberts.Find their present ages.
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #594873 by amarjeeth123(569)![]() ![]() ![]() You can put this solution on YOUR website! Let Roberts age be x. \n" ); document.write( "Then Roberts father's age is 4x. \n" ); document.write( "After 5 years their ages are (x+5) and (4x+5) respectively. \n" ); document.write( "We have (4x+5)=3(x+5) \n" ); document.write( "4x+5=3x+15 \n" ); document.write( "x=10. \n" ); document.write( "Roberts is 10 years old and his father is 40 years old. \n" ); document.write( " |