document.write( "Question 320122: Otis Taylor has a box of coins that he uses when he plays poker with his friends. The box currently contains 44 coins, consisting of pennies, dimes, and quarters. The number of pennies is equal to the number of dimes, and the total value is $4.37. How many of each denomination of coin does he have in the box?\r
\n" );
document.write( "\n" );
document.write( "Can you help me with this problem? Thank You. \n" );
document.write( "
Algebra.Com's Answer #229291 by ankor@dixie-net.com(22740)![]() ![]() You can put this solution on YOUR website! The box currently contains 44 coins, consisting of pennies, dimes, and quarters. \n" ); document.write( " The number of pennies is equal to the number of dimes, and the total value is $4.37. \n" ); document.write( " How many of each denomination of coin does he have in the box? \n" ); document.write( ": \n" ); document.write( "Write an equation for each statement: \n" ); document.write( ": \n" ); document.write( "\"box currently contains 44 coins,\" \n" ); document.write( "p + d + q = 44 \n" ); document.write( ": \n" ); document.write( "\"The number of pennies is equal to the number of dimes,\" \n" ); document.write( "p = d \n" ); document.write( ": \n" ); document.write( "\"the total value is $4.37.\" \n" ); document.write( ".01p + .10d + .25q = 4.37 \n" ); document.write( ": \n" ); document.write( "Substitute d for p in the total coin equation \n" ); document.write( "d + d + q = 44 \n" ); document.write( "2d + q = 44 \n" ); document.write( ": \n" ); document.write( "Substitute d for p in the total value equation \n" ); document.write( ".01d + .10d + .25q = 4.37 \n" ); document.write( ".11d + .25q = 4.37 \n" ); document.write( ": \n" ); document.write( "Now we have two equation for two unknowns \n" ); document.write( ": \n" ); document.write( "Multiply the above equation by 4, subtract from the two unknown coin equation \n" ); document.write( "2.0d + 1q = 44 \n" ); document.write( ".44d + 1q = 17.48 \n" ); document.write( "------------------subtraction eliminates q, find d \n" ); document.write( "1.56d = 26.52 \n" ); document.write( "d = \n" ); document.write( "d = 17 dimes \n" ); document.write( "we know p = d, therefore: \n" ); document.write( "17 pennies \n" ); document.write( ": \n" ); document.write( ": \n" ); document.write( "I'll let you find the number of quarters\r \n" ); document.write( " \n" ); document.write( " \n" ); document.write( " \n" ); document.write( "\n" ); document.write( " How many of each denomination of coin does he have in the box? \n" ); document.write( " |