document.write( "Question 1165037: A man has a box of coins that he uses when playing poker with friends. The box currently contains 35 coins, consisting of pennies, dimes , and quarters. The number of pennies is equal to the number of dimes, and the total value is $2.90 . How many of each denomination of coins does he have? \n" ); document.write( "
Algebra.Com's Answer #789470 by greenestamps(13200)![]() ![]() You can put this solution on YOUR website! \n" ); document.write( "As is nearly always the case, solving the problem using formal algebra will be easier if you take the time to set up the problem using a single variable. \n" ); document.write( "x = # of pennies \n" ); document.write( "x = # of dimes (same as the number of pennies) \n" ); document.write( "35-2x = # of quarters (the total number of coins, 35, minus the number of pennies and dimes) \n" ); document.write( "Then use those expressions to write and solve the equation that says the total value of the coins is $2.90, or 290 cents. \n" ); document.write( " \n" ); document.write( " \n" ); document.write( " \n" ); document.write( " \n" ); document.write( "ANSWER: \n" ); document.write( "pennies: x = 15 \n" ); document.write( "dimes: x = 15 \n" ); document.write( "quarters: 35-30 = 5 \n" ); document.write( "CHECK: \n" ); document.write( "25(5)+10(15)+1(15) = 125+150+15 = 290 \n" ); document.write( " \n" ); document.write( " |