SOLUTION: Given the five types of coins ( pennies, nickles, dimes, quarters, half-dollars), how many ways can one select n coins so that no coin is selected more than 4 times?
Algebra ->
Customizable Word Problem Solvers
-> Coins
-> SOLUTION: Given the five types of coins ( pennies, nickles, dimes, quarters, half-dollars), how many ways can one select n coins so that no coin is selected more than 4 times?
Log On
Question 191925This question is from textbook problem-solving and proofs
: Given the five types of coins ( pennies, nickles, dimes, quarters, half-dollars), how many ways can one select n coins so that no coin is selected more than 4 times? This question is from textbook problem-solving and proofs
You can put this solution on YOUR website! PENNIES CAN BE 4*3*2*1=24
NICKLES CA BE 4*3*2*1=24
DIMES CAN BE 4*3*2*1=24
QUARTERS CAN BE 4*3*2*1=24
HALFS CAN BE 4*3*2*1=24
24*24*24*24*24=7,962,624 POSSIBLE WAYS TO SELECT (ASSUMES AT LEAST ONE OF EACH COIN TYPE IS SELECTED EACH TIME).