document.write( "Question 938864: A man has 56 cents. He has three types of coins and eight coins in total. What types of coins does he have? \n" ); document.write( "
Algebra.Com's Answer #572013 by josmiceli(19441)\"\" \"About 
You can put this solution on YOUR website!
8 quarters is too much- $2
\n" ); document.write( "8 dimes is too much- $.80
\n" ); document.write( "8 nickels is not enough- $.40
\n" ); document.write( "----------------------------
\n" ); document.write( "I'll try 4 dimes and 4 nickels
\n" ); document.write( "\"+4%2A10+%2B+4%2A5+\" = $.60 too much
\n" ); document.write( "-------------------------------
\n" ); document.write( "I'll try 4 dimes 3 nickels and 1 penny
\n" ); document.write( "\"+4%2A10+%2B+3%2A5+%2B+1+\" = $.56 OK
\n" ); document.write( "
\n" ); document.write( "
\n" );