document.write( "Question 725740: A collection of 36 coins consist of dimes and nickles. The total value is $2.15. How many dimes are there \n" ); document.write( "
Algebra.Com's Answer #444265 by Edwin McCravy(20060)![]() ![]() You can put this solution on YOUR website! \r\n" ); document.write( "Two ways to do it.\r\n" ); document.write( "\r\n" ); document.write( "Without algebra:\r\n" ); document.write( "\r\n" ); document.write( "It would take $2.15÷$0.05 = 43 nickels to make $2.15. We\r\n" ); document.write( "start with 43 nickels. But that is 43-36 or 7 coins too many.\r\n" ); document.write( "So we take away 7 nickels leaving 36 nickels. Now to make up \r\n" ); document.write( "for those 7 nickels we took away, we replace 7 of those 36 \r\n" ); document.write( "nickels by dimes. So we have 7 dimes and 36-7 or 29 nickels. \r\n" ); document.write( "\r\n" ); document.write( "With algebra:\r\n" ); document.write( "\r\n" ); document.write( "Let x = the number of dimes.\r\n" ); document.write( "Then the number of nickels is 36-x.\r\n" ); document.write( "\r\n" ); document.write( " coins value per coin value of coins \r\n" ); document.write( "dimes x 0.10 0.10x\r\n" ); document.write( "nickels 36-x 0.05 0.05(36-x) \r\n" ); document.write( "----------------------------------------------------\r\n" ); document.write( "total 36 2.15\r\n" ); document.write( "\r\n" ); document.write( "\n" ); document.write( " |