document.write( "Question 709813: a vending machine accepts nickels, dimes, and quarters. exact change is needed to make a purchase. how many ways can a person with four nickels, three dimes, and two quarters make a 65-cent purchase from the machine? \n" ); document.write( "
Algebra.Com's Answer #436796 by josgarithmetic(39620)\"\" \"About 
You can put this solution on YOUR website!
This is really a Counting Principles problem. Drawing a tree-like diagram would be one of the clearest ways to solve this one. \r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( " \"four nickels, three dimes, and two quarters make a 65-cent\",\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "Do this. For an included count of zero, draw a branch for one coin at a time representing how many coins is available. Four nickels mean, draw a line from \"nickels\", one line for each count 0, 1, 2, 3, 4. Next coin is dimes and since there are three of them available, draw from each count of the nickel, lines from the nickel for 0, 1, 2, 3 dimes; continue this process. At the finish of drawing these branches for the quarters, find the money sum for each combination drawn. Some of those will equal 65 cents, and some will not.\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "Another viewpoint, running inline with what I tried to describe, this problem gives 5 ways to use nickes, 4 ways to use dimes, 3 ways to use quarters. That will lead to 5*4*3=60 different combinations of these coins, some of which but not all, will be 65 cents.
\n" ); document.write( "
\n" );