document.write( "Question 1024828: Carlos has a box of coins that he uses when playing poker with friends. The Box currently contains 31 coins consisting of pennies dimes and quarters period the number of pennies is equal to the number of Dimes and the total value is $2.29 how many of each denomination of coin does he have \n" ); document.write( "
Algebra.Com's Answer #640187 by ikleyn(52805)\"\" \"About 
You can put this solution on YOUR website!
.
\n" ); document.write( "Carlos has a box of coins that he uses when playing poker with friends. The Box currently contains 31 coins
\n" ); document.write( "consisting of pennies, dimes and quarters. The number of pennies is equal to the number of Dimes and the total value is $2.29.
\n" ); document.write( "How many of each denomination of coin does he have
\n" ); document.write( "~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "
\r\n" );
document.write( "Let d = # of dimes and Q = # of quarters.\r\n" );
document.write( "Notice that the number of pennies = d.\r\n" );
document.write( "\r\n" );
document.write( "Then you have an equation for the number of coins\r\n" );
document.write( "\r\n" );
document.write( "d + d + q = 31, \r\n" );
document.write( "\r\n" );
document.write( "and the equation for the \"value\"\r\n" );
document.write( "\r\n" );
document.write( "d + 10d + 25q = 229.\r\n" );
document.write( "\r\n" );
document.write( "Thus you have a system\r\n" );
document.write( "\r\n" );
document.write( " 2d +   q =  31,   (1)\r\n" );
document.write( "11d + 25q = 229.   (2)\r\n" );
document.write( "\r\n" );
document.write( "From (1), express q = 31-2d and substitute it into (2). You will get a single equation for q\r\n" );
document.write( "\r\n" );
document.write( "11d + 25*(31-2d) = 229.\r\n" );
document.write( "\r\n" );
document.write( "Simplify and solve it for d.\r\n" );
document.write( "Then find q.\r\n" );
document.write( "

\n" ); document.write( "
\n" ); document.write( "
\n" );