Assume you are selecting three (3) coins; there are 5 dimes, 4 nickels, and 2 quarters.
In how many possible ways can the selection be made so that the value of the coins is at least 25 cents?
Still Need Help?
Join the QuestionCove community and study together with friends!
Sign Up
OpenStudy (anonymous):
can you help me with the values of dimes......
OpenStudy (zarkon):
dimes are 10 cents
OpenStudy (anonymous):
nickels=?
quarters=?
OpenStudy (anonymous):
nickles = 5 cents, quarters = 25 cents.
OpenStudy (anonymous):
here we cant get a sum of 25 only in two cases
3nickels and 2nickels+1dimes
so subtract these two selections from the total
Still Need Help?
Join the QuestionCove community and study together with friends!
Sign Up
OpenStudy (anonymous):
11c3-(4c2*5c1+4c3)=131
OpenStudy (anonymous):
is it correct?
OpenStudy (zarkon):
it is
OpenStudy (zarkon):
you can also count directly
\[{2\choose 2}{9\choose 1}+{2\choose 1}{9\choose 2}+{2\choose 0}{5\choose 3}{4\choose 0}+{2\choose 0}{5\choose 2}{4\choose 1}\]
OpenStudy (anonymous):
first one may be easier
Still Need Help?
Join the QuestionCove community and study together with friends!
Sign Up
OpenStudy (zarkon):
it is ...and it is how i originally did it. After you posted I decided I would show another way that gives the same answer