document.write( "Question 965774: In a pocket there are 39 coins, either 20p or 50p.\r
\n" ); document.write( "\n" ); document.write( " If the total of the money is Rs.12.60, how many 20p are there?
\n" ); document.write( "
\n" ); document.write( "

Algebra.Com's Answer #808094 by CubeyThePenguin(3113)\"\" \"About 
You can put this solution on YOUR website!
x = number of 20p coins
\n" ); document.write( "y = number of 50p coins\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "x + y = 39
\n" ); document.write( "20x + 50y = 1260\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "50x + 50y = 1950
\n" ); document.write( "-(20x + 50y = 1260)
\n" ); document.write( "-----------------------
\n" ); document.write( "30x = 690
\n" ); document.write( "x = 23 ---> y = 13\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "There are 23 20p coins.
\n" ); document.write( "
\n" );