document.write( "Question 717908: the box has 44 coins consisting of pennies, dimes and quarters. the # of pennies is equal to the number of dimes. how many of each coin is in the box? \n" ); document.write( "
Algebra.Com's Answer #440658 by lynnlo(4176)\"\" \"About 
You can put this solution on YOUR website!
COINS===================44
\n" ); document.write( "PENNIES============16
\n" ); document.write( "DIMES===========16
\n" ); document.write( "QUARTERS=====12
\n" ); document.write( "=============================
\n" ); document.write( "16+16+12=====44
\n" ); document.write( "
\n" );