Question 1008498
a coin is tossed 6 times. 
What are the number of ways of getting exactly 5 tails
Ans: 6C5 = 6C1 = 6 ways
---------------------------
at least one tail?
Ans: 2^6 - 1 = 64-1 = 63
------------------------------
and no more than 3 heads 
Ans: 2^6 -(6C4 + 6C5 + 6C6) = 64 - (15 + 6 + 1) = 64-22 = 42
-------------------------------------------------------

How do u do this without tree diagrams or charts???


And my next question:
If I had 3 quarters 4 loonies and 1 penny. How many ways can i make change assuming I will have greater than $0.00???
Ans: 4*5*2 -1 = 39 ways
------
Cheers,
Stan H.
--------------