document.write( "Question 781455: 20. Ram is now 15 years older than his younger brother Govind. Ten years from now, Ram will be twice as old as Govind. Find the present ages of each.
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #475922 by dkppathak(439)![]() ![]() You can put this solution on YOUR website! let govind is x yrs \n" ); document.write( "ram is x+15 yrs \n" ); document.write( "10 yrs from now \n" ); document.write( "govind =x+10 \n" ); document.write( "ram is x+25 \n" ); document.write( "as per given conditions \n" ); document.write( "x+25=2(x+10) \n" ); document.write( "x+25=2x+20 \n" ); document.write( "x=5 yrs \n" ); document.write( "govind is 5yrs and Ram is 5 yrs \n" ); document.write( " |