document.write( "Question 1023383: Isabelle paid for her $1.75 with 87 coins. If all of the coins were nickels and pennies, then how many were there of each type? \n" ); document.write( "
Algebra.Com's Answer #638863 by fractalier(6550) You can put this solution on YOUR website! Call the numbers of nickels and pennies, n and p. \n" ); document.write( "Thus we can write \n" ); document.write( "n + p = 87 and the value equation \n" ); document.write( "5n + p = 175 (we work in cents) \n" ); document.write( "Now subtract the equations and get \n" ); document.write( "-4n = - 88 \n" ); document.write( "n = 22 nickels \n" ); document.write( "which means \n" ); document.write( "p = 65 pennies (they add to 87 coins)... \n" ); document.write( " |