document.write( "Question 205688: John, Bala and Hamid shared a sum of money in the ratio 2 : 3 : 11.
\n" );
document.write( "i) If Bala received $ 2.50 more than John, how much is the sum of money?
\n" );
document.write( "ii) Hamid gave $5 to John. Find the ratio of Johns share to Bala’s share.
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #155346 by stanbon(75887)![]() ![]() ![]() You can put this solution on YOUR website! John, Bala and Hamid shared a sum of money in the ratio 2 : 3 : 11. \n" ); document.write( "John has 2x \n" ); document.write( "Bala has 3x \n" ); document.write( "Hamid has 11x \n" ); document.write( "------------------\r \n" ); document.write( "\n" ); document.write( "i) If Bala received $ 2.50 more than John, how much is the sum of money? \n" ); document.write( "3x = 2x+2.5 \n" ); document.write( "x = 2.5 \n" ); document.write( "-- \n" ); document.write( "Total money = 16x = 16*2.5 = $40 \n" ); document.write( "========================================= \n" ); document.write( "ii) Hamid gave $5 to John. Find the ratio of Johns share to Bala’s share. \n" ); document.write( "Then John has 2x+5 \n" ); document.write( "Ratio of John to Bala = (2x+5)/3x \n" ); document.write( "======================================= \n" ); document.write( "Cheers, \n" ); document.write( "Stan H. \n" ); document.write( " |