document.write( "Question 1116090: Gaby's piggy bank contains nickels and quarters worth $5.80. If she has 52 coins in all, how many of each does she have? \n" ); document.write( "
Algebra.Com's Answer #730922 by greenestamps(13200)![]() ![]() You can put this solution on YOUR website! \n" ); document.write( "If all 52 coins were nickels, the value would be 52*5 = 260 cents, or $2.60. \n" ); document.write( "The actual value is $5.80, which is $3.20 more, or 320 cents more. \n" ); document.write( "Each quarter is worth 20 cents more than each nickel. To make that additional 320 cents, the number of nickels we need to replace with quarters is 320/20 =16. \n" ); document.write( "So there are 16 quarters; that means 52-16 = 36 dimes. \n" ); document.write( "Check: 16(25)+36(5) = 400+180 = 580 cents = $5.80 \n" ); document.write( "Algebraically.... \n" ); document.write( "let x = number of quarters \n" ); document.write( "then 52-x = number of nickels \n" ); document.write( "The total value is 580 cents: \n" ); document.write( " \n" ); document.write( " \n" ); document.write( " \n" ); document.write( " \n" ); document.write( "Answer: quarters = x = 16; nickels = 52-x = 36 \n" ); document.write( " |