document.write( "Question 989603: if you have some coins that add up to $1.48, then how can I find the least number of coins to add up to this total? \n" ); document.write( "
Algebra.Com's Answer #807865 by CubeyThePenguin(3113)\"\" \"About 
You can put this solution on YOUR website!
penny = P, nickel = N, dime = D, quarter = Q, half-dollar = H, dollar = 1\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "includes dollar coins:
\n" ); document.write( "1QDDPPP\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "only penny through quarter:
\n" ); document.write( "QQQQQDDPPP
\n" ); document.write( "
\n" );