Question 909159
Let {{{ x }}} = amount Gagan should receive
Sachin receives {{{ x/5 }}}
Rohit receives {{{ ( 2x )/5 }}}
---------------------------
{{{ x + x/5 + (2x)/5 = 1000 }}}
Multiply both sides by {{{ 5 }}}
{{{ 5x + x + 2x = 5000 }}}
{{{ 8x = 5000 }}}
{{{ x = 625 }}}
Gagan should receive rs 625
------------
check:
{{{ x + x/5 + (2x)/5 = 1000 }}}
{{{ 625 + 625/5 + (2*625)/5 = 1000 }}}
{{{ 625 + 125 + 250 = 1000 }}}
{{{ 1000 = 1000 }}}
OK