document.write( "Question 1016108: 70 coins of 10 paise and 50 paise are kept in a purse. If yhe total value of the money in the purse is rs 19. Find the number of each types coin. \n" ); document.write( "
Algebra.Com's Answer #632524 by FrankM(1040)![]() ![]() You can put this solution on YOUR website! you have 70 coins of 10 and 50 value, total value is 1900. \r \n" ); document.write( "\n" ); document.write( "I will call the 10 unit T, and 50 unit, F, in other words, T is the number of 10 units coins.\r \n" ); document.write( "\n" ); document.write( "T+F=70 \n" ); document.write( "10T+50F=1900 \r \n" ); document.write( "\n" ); document.write( "Now multiply first equation by -10 , both sides,\r \n" ); document.write( "\n" ); document.write( "-10T-10F=-700 \n" ); document.write( "10T+50F=1900 and add the second equation\r \n" ); document.write( "\n" ); document.write( "40F=1200\r \n" ); document.write( "\n" ); document.write( "F=30 \n" ); document.write( "T=40\r \n" ); document.write( "\n" ); document.write( "40*10 =400 \n" ); document.write( "30*50=1500\r \n" ); document.write( "\n" ); document.write( "Total value 1900 \n" ); document.write( " |