document.write( "Question 613794: How to make $1.35 with 11 coins \n" ); document.write( "
Algebra.Com's Answer #386266 by josmiceli(19441)\"\" \"About 
You can put this solution on YOUR website!
All dimes doesn't quite work since
\n" ); document.write( "\"+11%2A.1+=+1.1+\" or $1.10
\n" ); document.write( "I'll try 10 dimes and 1 quarter
\n" ); document.write( "\"+10%2A.1+%2B+.25+=+1.25+\" Still too low
\n" ); document.write( "I'll try 9 dimes and 2 quarters
\n" ); document.write( "\"+9%2A.1+%2B+.5+=+1.4+\" or $1.40 is too high
\n" ); document.write( "I'll try 8 dimes 2 quarters and a nickel
\n" ); document.write( "\"+8%2A.1+%2B+.5+%2B+.05+=+1.35+\" or $1.35 with 11 coins
\n" ); document.write( "OK
\n" ); document.write( "
\n" );