document.write( "Question 979315: Present age ratio of father and his son is 2:1.Before 10 years age ratio of them is 5:2.
\n" );
document.write( "What is the present age of son? \n" );
document.write( "
Algebra.Com's Answer #600590 by Cromlix(4381)![]() ![]() You can put this solution on YOUR website! hi there, \n" ); document.write( "Present age ratio of father and his son is 2:1. \n" ); document.write( "F/S = 2/1 \n" ); document.write( "Cross multiply \n" ); document.write( "F = 2S \n" ); document.write( "Before 10 years age ratio of them is 5:2. \n" ); document.write( "F - 10/S - 10 = 5/2 \n" ); document.write( "Cross multiply \n" ); document.write( "5S - 50 = 2F - 20 \n" ); document.write( "Replace F with 2S from first equation \n" ); document.write( "5S - 50 = 2(2S) - 20 \n" ); document.write( "Multiply out \n" ); document.write( "5S - 50 = 4S - 20 \n" ); document.write( "Collect like terms \n" ); document.write( "5S - 4S = - 20 + 50 \n" ); document.write( ".........S = 30 \n" ); document.write( "Present age of son = 30 years old \n" ); document.write( "Hope this helps:-) \n" ); document.write( " |