document.write( "Question 841302: A purse contains some coins. Of these the number of 1 rupee coins is 3 times the number of 5 rupee coins and twice the number of 2 rupee coins. Total number of coins is 66. What is the value of 5 rupees coin? \n" ); document.write( "
Algebra.Com's Answer #506783 by hamsanash1981@gmail.com(151)![]() ![]() ![]() You can put this solution on YOUR website! Let the total number of 1 rupee be x, the number of 5 rupee coins = x/3 and 2 rupee coin = x/2 \n" ); document.write( "Total number of coins in purse = 66 \n" ); document.write( " \n" ); document.write( " \n" ); document.write( " \n" ); document.write( "x = 36 \n" ); document.write( "Then the number of 5 rupee coin is x/3 => 36/3 = 12. \n" ); document.write( " |