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)\"\" \"About 
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( "\"25%2835-2x%29%2B10%28x%29%2B1%28x%29+=+290\"
\n" ); document.write( "\"875-50x%2B10x%2Bx+=+290\"
\n" ); document.write( "\"585+=+39x\"
\n" ); document.write( "\"x+=+15\"

\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( "
\n" );