document.write( "Question 888356: In how many different ways can you make exactly $0.75 using only nickels, dimes, and quarters, if you must have at least one of each? \n" ); document.write( "
Algebra.Com's Answer #537351 by JulietG(1812)\"\" \"About 
You can put this solution on YOUR website!
If you must use one of each, then what you're really looking for is combinations that equal 35 cents (.75 - .25 - .10 -.05)
\n" ); document.write( "Possible combinations are 1 each of a quarter, dime, and nickel PLUS:
\n" ); document.write( "1 quarter, 1 dime
\n" ); document.write( "1 quarter, 2 nickels
\n" ); document.write( "3 dimes, 1 nickel
\n" ); document.write( "2 dimes, 3 nickels
\n" ); document.write( "1 dime, 5 nickels
\n" ); document.write( "7 nickels
\n" ); document.write( "(don't forget to add in the initial quarter, dime, and nickel)
\n" ); document.write( "
\n" );