document.write( "Question 1035084: Elaine has 88 coins in a purse which are all 5-cent coins and 10-cent coins. The total value of the coins are $7. How many of each type of coin does she have
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #649704 by ikleyn(52863) You can put this solution on YOUR website! . \n" ); document.write( "Elaine has 88 coins in a purse which are all 5-cent coins and 10-cent coins. The total value of the coins are $7. \n" ); document.write( "How many of each type of coin does she have? \n" ); document.write( "~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( " \r\n" ); document.write( "Let n be the number of nickels (5-cent coins) Elain has.\r\n" ); document.write( "Then the number of dimes (10-cent coins) is (88-n).\r\n" ); document.write( "\r\n" ); document.write( " n nickels contribute 5n cents into the total.\r\n" ); document.write( "(88-n) dimes contribute 10*(88-n) cents into the total.\r\n" ); document.write( "\r\n" ); document.write( "So, you have this \"value\" equation\r\n" ); document.write( "\r\n" ); document.write( "5n + 10*(88-n) = 700 cents.\r\n" ); document.write( "\r\n" ); document.write( "Simplify and solve:\r\n" ); document.write( "\r\n" ); document.write( "5n + 880 - 10n = 700, or\r\n" ); document.write( "\r\n" ); document.write( "-5n = 700 - 880,\r\n" ); document.write( "\r\n" ); document.write( "-5n = -180,\r\n" ); document.write( "\r\n" ); document.write( "n = \n" ); document.write( " \n" ); document.write( " |