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)\"\" \"About 
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( "\"x%2Bx%2F3%2Bx%2F2+=+66\"
\n" ); document.write( "\"%286x%2B2x%2B3x%29%2F6+=+66\"
\n" ); document.write( "\"11x%2F6=66\"
\n" ); document.write( "x = 36
\n" ); document.write( "Then the number of 5 rupee coin is x/3 => 36/3 = 12.
\n" ); document.write( "
\n" );