document.write( "Question 936017: Divide Rs. 7500 among A,B and C such that A's share is to B's share is to C's share is in ratio 7:1:3. How much will B receive? \n" ); document.write( "
Algebra.Com's Answer #569426 by srinivas.g(540)\"\" \"About 
You can put this solution on YOUR website!
ratio of shares of A,B,C = 7:1:3
\n" ); document.write( "A'share =7 * some constant
\n" ); document.write( " = 7*x
\n" ); document.write( "B'share = x
\n" ); document.write( "C'share = 3 x
\n" ); document.write( "total = 7x+x+3x =11x
\n" ); document.write( "but total amount = 7500
\n" ); document.write( " 11 x =7500
\n" ); document.write( " divide with 11 on both sides
\n" ); document.write( " \"+11x%2F11++=7500%2F11\"
\n" ); document.write( " x = 7500/11
\n" ); document.write( " = 681.81
\n" ); document.write( "Hence B receives an amount of Rs. 681.81
\n" ); document.write( "
\n" );