document.write( "Question 1045712: Max has a small jar of coins containing pennies, nickels, and dimes. The total number of coins is 44 and the value of the coins is $2.20. If the number of dimes is twice the number of nickels, how many of each type of coin does Max have?\r
\n" );
document.write( "\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #661207 by addingup(3677)![]() ![]() You can put this solution on YOUR website! let the pennies be p, nickels be n, and the dimes d: \n" ); document.write( ": \n" ); document.write( "p+n+d = 44 \n" ); document.write( "0.01p+0.05n+0.10d = 2.20 \n" ); document.write( ": \n" ); document.write( "n = 2d \n" ); document.write( "p = ? \n" ); document.write( "Information missing. Please re-upload the problem with All information. \n" ); document.write( " |