document.write( "Question 535805: A piggy- bank contains 50 coins, all either 2 cents or 5 cents. The total value of coins is $1.87. How many 2 cents coins are there? \n" ); document.write( "
Algebra.Com's Answer #352121 by april4869(19)![]() ![]() You can put this solution on YOUR website! Let x represent the number of 2-cent coins. \n" ); document.write( "Therefore, 50 - x = number of 5-cent coins.\r \n" ); document.write( "\n" ); document.write( "Value of bank in cents is 2x + 5(50 - x) = 187 (notice every value is in cents) solve for x.\r \n" ); document.write( "\n" ); document.write( "-3x + 250 = 187 \n" ); document.write( "-3x = 187 - 250 = -63 \n" ); document.write( "x = -63/-3 = 21\r \n" ); document.write( "\n" ); document.write( "There are 21 2-cent coins and 29 5-cent coins. \n" ); document.write( " |