document.write( "Question 223609: The total value of some coins is $1.20. The coins contain nickels, dimes, and quarters only (at least one of each kind). What is the fewest number of coins possible? \n" ); document.write( "
Algebra.Com's Answer #167144 by checkley77(12844)\"\" \"About 
You can put this solution on YOUR website!
4*.25+1*.10+2*.05=1.20
\n" ); document.write( "1.00+.10+.10=1.20
\n" ); document.write( "1.20=1.20
\n" ); document.write( "7 coins are needed.
\n" ); document.write( "
\n" );