Monday, October 20, 2014

How Mathematicians Count


When there are m ways to do one thing, and n ways to do another,
then there are m×n ways of doing both.

There are 6 flavors of ice-cream, and 3 different cones.
That means 6×3=18 different single-scoop ice-creams you could order.
*****************************************
1) How many 5 letter PASSWORDS using
all of these letters (only once): A, Q, C, D, F

2) How many 3 letter PASSWORDS using
all of these letters (only once): A, Q, C, D, F

3) How many 5 letter PASSWORDS using
all of these letters (Letters CAN REPEAT): A, Q, C, D, F

4) Choose 3 ingredients from a list of 5 toppings.
How many styles of pizza can I make?

5) How many pizzas with 4 crusts to choose from
and 1 ingredient form a list of 5 toppings?

6) I know my computer password has the 6 letters
in "BANANA". How many possible rearrangements
of these letters is possible?


*****************************************
"How many ... can be formed from a list of say 5 items?"
This type problem requires one to decide on a method:
Tree diagram
Multiply 5 times 5 times 5 ...
 - use 5!
 - use Combinations nCr
 - use Permutations nPr
 - use 5! but divide by 2! times 2!
(as in 5 letter words from AABBC)
*****************************************
How many three digit numbers can be formed with the digits: 1, 2, 3, 4, 5?
A) If each digit can only be used once then,
5 P 3 = (5!) divided by (5-3)! = 5!/2! = 60
B) If a digit can be repeated then,
*****************************************
Permutations with Repetition of Indistinguishable Objects:
Indistinguishable objects are simply items (letters) that are repeated in the original set.
For example, if the word MOM was used the two letter M's
are indistinguishable from one another, since they repeat.
So our normal method that gives us 3!  =  6 ways needs to be adjusted.
If we are looking for answers that are not duplicates (unique answers),
we must deal with any letters (objects) that repeat in the original set.                        
In general, repetitions are taken care of by dividing the permutation by (2!)
the factorial of  the number of objects that are identical.  
************
How many different 5-letter words
can be formed from the word   "APPLE"  ?
(You divide by  2!  because the letter  P  repeats twice.)
************
How many different six-digit numerals (6 digit STRINGS)
can be written using all of the following six digits:
       4,4,5,5,5,7    ?
************
The signal mast of a ship can raise nine flags at one time
 (three red, two blue and four green).
How many different signals can be communicated
by the placement of these nine flags?
The order of the elements does matter.
9! divided by (3!)(2!)(4!) = 288 signals
************

Sunday, October 19, 2014

Tuesday, October 14, 2014

combinations in lottery

Virginia Lottery 1992
******Combination Games*******

Price is Right
"Pick a Pair"
6 items pick the two priced the same.

********MORE ON COMBINATIONS************
Suppose the State Lottery takes this form:
6 numbers are randomly chosen from 1 thru 49.
The customer picks 6 numbers.
If the person matches the 6 that were chosen by the State Committee,
they win the entire JACKPOT.
Sometimes this JACKPOT is over $20,000,000.

If the customer was able to buy EVERY POSSIBLE
COMBINATION of 6 numbers, they would have to win.

How many GROUPS of 6 are possible from
the 49 numbers?

In Math we call this 49 CHOOSE 6
or 49 COMBINATION 6
49 objects GROUPED 6 at a time







Some types of word problems are easily solved using Combinations:
Suppose that you are going to choose a small group of 3 items
from a larger group of 7 items.
You could list all the possible groups, if need be.
But, you can count the number of the possible groups
by just using COMBINATIONS.
7 choose 3 has _35__ possible groups

7! / (3! times 4!) = 35

(7*6*5*4*3*2*1*)
(3*2*1)(4*3*2*1)
Reduce by dividing top
and bottom by (4!)
= (7*6*5)/(3*2*1)
OR
LOOKING at PASCAL's TRIANGLESee the row with 1, 7, 21, 35, 35, 21, 7, 1?
7 choose NONE has _1_ possible group
7 choose 1 has _7_ possible groups
7 choose 2 has _21_ possible groups
7 choose 3 has _35_ possible groups
7 choose 4 has _35_ possible groups
7 choose 5 has _21_ possible groups
7 choose 6 has _7_ possible groups
7 choose 7 has _1_ possible groups


HOW ABOUT using the TI-83?

   






7 choose NONE has _1_ possible group
7 choose 1 has _7_ possible groups
7 choose 2 has _21_ possible groups
7 choose 3 has _35_ possible groups
7 choose 4 has _35_ possible groups
7 choose 5 has _21_ possible groups
7 choose 6 has _7_ possible groups
7 choose 7 has _1_ possible groups



**************************************




This forms SierpiƄski triangle 
Learn more at: