SlideShare a Scribd company logo
1 of 6
Download to read offline
1
PA B  0
4. The probability of an event is always between 0 and 1
0 ≤ P(A) ≤1
5. The sum of probabilities of all final outcomes of an experiment is always 1
6. The number of Combinations of n items selected n at a time is 1
Statistics: Practice Test 2A (Part One) Solution
Probability
1. A simple event is an outcome or event that cannot be further broken down.
2. A sample space is a procedure that consists of all possible sample events.
3. If two events are mutually exclusive, the probability that both will occur is 0
nCr =
𝑛!
(𝑛−𝑟)!𝑟!
nCn =
𝑛!
(𝑛−𝑛)!𝑛!
=
𝑛!
0!𝑛!
=
𝑛!
𝑛!
= 1
7. The number of Permutations of n items selected 0 at a time is 1
nPr =
𝑛!
(𝑛−𝑟)!
nPo =
𝑛!
(𝑛−𝑜)!
=
𝑛!
𝑛!
= 1
8. The sample space for tossing 5 coin s consists of how many outcomes? 32 outcomes
each coin has 2 outcomes: 25
= 32
Since there are only 2 possible outcome for each coin, Tail (T) or Head (H), and
there are 5 coins, Number of outcomes will be = 2 x 2 x 2 x 2 x 2 = 25 = 32
In general: Size of Sample Space = (# of outcomes per stage) # of stages
Sample Space:
{HHHHH, TTTTT, HHHHT, HHHTH, HHTHH, HTHHH, THHHH, TTTTH, TTTHT,
TTHTT, THTTT, HTTTT, HHHTT, HHTTH, HTTHH, TTHHH, HHTHT, HTHHT,
THHHT, HTHTH, THTHH, THHTH, TTTHH, TTHHT, THHTT, HHTTT, TTHTH,
THTTH, HTTTH, THTHT, HTHTT, HTTHT}
9. A quiz consists of 3 true-false questions, how many possible answer keys are there? 8
possible answer keys
23
= 8
Sample Space:
{TTT, FFF, TFF, FTF, FFT, FTT, TFT, TTF}
10. A pizza parlor offers 10 different toppings; how many four topping pizzas (different
toppings) are possible? 210 four topping pizzas are possible
2
order is not important  combination is used
nCr =
𝑛!
(𝑛−𝑟)!𝑟!
10C4 =
10!
(10−4)!4!
=
10𝑥9𝑥8𝑥7
4𝑥3𝑥2
= 210
11. How many 6-letter code words can be made from the 26 letters of the alphabet if no letter
can be used more than once in the code word? 165, 765, 600 6-letter code words can be
made
order is important, no letter can be used more than once  permutation is used
26P6 =
26!
(26−6)!
=
26𝑥25𝑥24𝑥23𝑥22𝑥21
1
= 165,765, 600
12. A random sample of 100 people was asked if they were for or against the tax increase on
rich people. Of 60 males 45 were in favor, of all females 22 were in favor. Write the
contingency table and answer the following questions. (Hint: Make up a table like Table
4-1 of page 152.) If one person is selected at random, find the probability that:
For tax increase on rich people
(T)
Against tax increase on rich people
(A)
Total
Male (M) 45 15 60
Female
(F)
22 18 40
Total 67 33 100
a) This person favors the tax increase on rich people.
P(T) = n(T) / n(S)
P(T) = 67/100 (or 0.67)
b) This person is a female.
P(F) = n(F) / n(S)
P(F) = 40/100 = 2/5 (or 0.4)
c) This person opposes the tax increase on rich people given that the person is a female.
P(A|F) = P(A ∩ F) / P(F)
P (A|F) = n(A ∩ F) / n(F)
P(A |F)= 18/40 = 9/20 (or 0.45)
d) This person is a male given that he favors the tax increase on rich people.
P(M|T) = P(M ∩ T) / P(T)
P(M|T) = n(M ∩ T) / n(T)
P(M|T) = 45/67 (or 0.6716)
e) This person is a female and favors the tax increase on rich people.
P (F∩ T) = 22/100 = 11/50 (or 0.22)
f) This person opposes the tax increase on rich people or is a female.
P(A U F) = P(A) + P(F) - P(A∩F)
3
P(A U F) = n(A)/n(S) + n(F)/n(S) – n(A∩F)/n(S)
P(A U F) = 33/100 + 40/100 – 18/100 = 55/100 = 11/20 (or 0.55)
g) Are the events “females” and opposes the tax increase on rich people independent?
Explain.
Events “females” and opposes the tax increase on rich people is dependent because
occurrence of one of the events does affect the other event.
Proof: P (A |F) = 18/40 ≠ P (A) = 33/100
h) Are they mutually exclusive? Explain.
They are not mutually exclusive because a person can be both female and oppose the
tax increase on rich people. Those two events are not disjoint.
Proof: P (A∩F) = 18/100 ≠ 0
13. Find the probability of getting the outcome of “Tails and 2” when a coin is tossed and a
die is rolled.
P(A∩B) = P(A) x P(B):
𝑃(𝑇𝑎𝑖𝑙𝑠 𝑎𝑛𝑑 2) = 𝑃(𝑇𝑎𝑖𝑙𝑠) × 𝑃(2) =
1
2
×
1
6
=
1
12
= 0.0833
14. A box consists of 14 red and 36 blue markers. If we select 3 different markers randomly,
a. What is the probability that they are all red? (with replacement)
n(total) = 14 + 36 = 50
P(R) = n(R)/n(S) = 14/50 = 7/25
𝑃(1 𝑟𝑒𝑑) =
𝑇𝑜𝑡𝑎𝑙 𝑟𝑒𝑑
𝑇𝑜𝑡𝑎𝑙 𝑚𝑎𝑟𝑘𝑒𝑟𝑠
=
14
14+36
=
14
50
= 0.28
P(3 red) = 0.283
= 0.021952
b. What is the probability that they are all red? (without a replacement) Draw a tree
diagram and label each branch.
P(all 3 red) =
14
50
×
13
49
×
12
48
=
2184
117600
=
13
700
= 0.0186
4
15. If the probability of winning the race is 5/12,
a) What is the probability of losing the race?
1 – probability of winning
P(Ā) = 1- P(A) = 1 −
5
12
=
7
12
b) What are odds against winning?
𝑂(Ā) =
P(Ā)
P(A)
=
7
12
5
12
⁄ =
7
5
𝑜𝑟 7: 5
c) If the payoff odd is listed as 6:1, how much profit do you make if you bet $10 and
you win?
Payoff odds against event A = (net profit): (amount bet)
Net Profit = (Payoff odds) × (amount bet)
(10 )( 6) = $60
16. A classic counting problem is to determine the number of different ways that the letters
of "PERSONNEL" can be arranged. Find that number.
Answer: This is a permutation problem with some identical items:
𝑛!
𝑛1!𝑛2!…𝑛 𝑘!
Requirements:
1. There are n items available, and some items are identical to others.
2. We select all of the n items (without replacement).
3. We consider rearrangements of distinct items to be different sequences.
There are 9 letters: n=9 P: 1 E:2 R:1 S:1 O:1 N:2 L:1
Red:
13/49
Red:
14/50
Blue:
36/50
Red:
12/48
Blue:
34/48
Blue:
35/49
Blue:
36/49
Blue:
36/48
Red:
14/49
Red:
13/48
Red:
13/48
Red:
14/48
Blue:
35/48
Blue:
35/48
5
9!
1! 2! 1! 1! 1! 2! 1!
= 90,720
17. When two different people are randomly selected (from those in your class), find the
indicated probability (assume birthdays occur on the same day of the week with equal
frequencies).
a. Probability that two people are born on the same day of the week.
No particular day is specified, the first person can be born on any day.
𝑝(2𝑛𝑑 𝑝𝑒𝑟𝑠𝑜𝑛 𝑏𝑜𝑟𝑛 𝑜𝑛 𝑡ℎ𝑒 𝑠𝑎𝑚𝑒 𝑑𝑎𝑦) =
1
7
𝑝(𝑏𝑜𝑡ℎ 𝑝𝑒𝑟𝑠𝑜𝑛𝑠 𝑏𝑜𝑟𝑛 𝑜𝑛 𝑡ℎ𝑒 𝑠𝑎𝑚𝑒 𝑑𝑎𝑦) =
7
7
(
1
7
) =
1
7
b. Probability that two people are both born on Monday.
𝑝(1𝑠𝑡 𝑝𝑒𝑟𝑠𝑜𝑛 𝑏𝑜𝑟𝑛 𝑜𝑛 𝑀𝑜𝑛) =
1
7
𝑝(2𝑛𝑑 𝑝𝑒𝑟𝑠𝑜𝑛 𝑏𝑜𝑟𝑛 𝑜𝑛 𝑀𝑜𝑛) =
1
7
𝑝(𝑏𝑜𝑡ℎ 𝑝𝑒𝑟𝑠𝑜𝑛𝑠 𝑏𝑜𝑟𝑛 𝑜𝑛 𝑀𝑜𝑛) =
1
7
(
1
7
) =
1
49
18. How many different auto license plates are possible if the plate has:
a) 2 letters followed by 4 numbers?
262
× 104
b) 3 letters – no repeats, followed by 3 numbers - repetition allowed?
26 × 25 × 24 × 103
c) 4 letters – repetition allowed, followed by 2 numbers – no repeats?
264
× 10 × 9
d) 4 places – each character is either a letter or a number?
364
19. In a first grade school class, there are ten girls and eight boys. In how many ways can:
6
a. the students finish first, second and third in a foot race? (assume no ties)
𝑃𝑟
𝑛
= 𝑃3
18
= 18 × 17 × 16
b. the girls finish first and second in a geography contest? (assume no ties)
𝑃𝑟
𝑛
= 𝑃2
10
= 10 × 9
c. three boys be selected for lunch duty?
𝐶𝑟
𝑛
= 𝐶3
8
=
8!
3! (5!)
= 56
d. six students be selected for a hockey team?
𝐶𝑟
𝑛
= 𝐶6
18
=
18!
6! (12!)
= 18,564
e. five students be selected: 3 boys and 2 girls?
𝐶3
8
× 𝐶2
10
=
8!
3! (5!)
∙
10!
2! (8!)
= 2520
f. four girls be selected for a field trip?
𝐶𝑟
𝑛
= 𝐶4
10
=
10!
4! (6!)
= 210

More Related Content

What's hot

επιχειρήματα - συλλογισμοί
επιχειρήματα - συλλογισμοίεπιχειρήματα - συλλογισμοί
επιχειρήματα - συλλογισμοίgina zaza
 
Εισαγωγή στην Ιλιάδα.pptx
Εισαγωγή στην Ιλιάδα.pptxΕισαγωγή στην Ιλιάδα.pptx
Εισαγωγή στην Ιλιάδα.pptxRia Papamanoli
 
Βυζαντινά Μνημεία της Θεσσαλονίκης
Βυζαντινά Μνημεία της ΘεσσαλονίκηςΒυζαντινά Μνημεία της Θεσσαλονίκης
Βυζαντινά Μνημεία της Θεσσαλονίκηςteotsav
 
μοναδεσ μετρησησ επφανειασ (1)
μοναδεσ μετρησησ επφανειασ (1)μοναδεσ μετρησησ επφανειασ (1)
μοναδεσ μετρησησ επφανειασ (1)Nansy Tzg
 
Δημιουργικές Εργασίες
Δημιουργικές ΕργασίεςΔημιουργικές Εργασίες
Δημιουργικές Εργασίεςsantziak
 
Διαίρεση - Περιπτώσεις
Διαίρεση -  ΠεριπτώσειςΔιαίρεση -  Περιπτώσεις
Διαίρεση - Περιπτώσειςzarkosdim
 
Ιστορία Στ' τάξης Επαναληπτικό (ενότητα Β)
Ιστορία Στ' τάξης Επαναληπτικό (ενότητα Β)Ιστορία Στ' τάξης Επαναληπτικό (ενότητα Β)
Ιστορία Στ' τάξης Επαναληπτικό (ενότητα Β)Christina Politaki
 
η μέλισσα στη μυθολογία και τέχνη
η μέλισσα στη μυθολογία και τέχνηη μέλισσα στη μυθολογία και τέχνη
η μέλισσα στη μυθολογία και τέχνηamkalamara
 
ΘΕΩΡΙΑ ΠΕΡΙΛΗΨΗΣ Α ΛΥΚΕΙΟΥ
ΘΕΩΡΙΑ ΠΕΡΙΛΗΨΗΣ Α ΛΥΚΕΙΟΥΘΕΩΡΙΑ ΠΕΡΙΛΗΨΗΣ Α ΛΥΚΕΙΟΥ
ΘΕΩΡΙΑ ΠΕΡΙΛΗΨΗΣ Α ΛΥΚΕΙΟΥanny1976
 
Ενέργεια
ΕνέργειαΕνέργεια
Ενέργειαtheodora tz
 
Φροντίζω για τη διατροφή και την υγεία μου
Φροντίζω για τη διατροφή και την υγεία μουΦροντίζω για τη διατροφή και την υγεία μου
Φροντίζω για τη διατροφή και την υγεία μουHelen Grigoriadou
 
Κανονάκι και Σαντούρι
Κανονάκι και ΣαντούριΚανονάκι και Σαντούρι
Κανονάκι και ΣαντούριNikitas Vougiouklis
 
Γλώσσα Ε΄ 13.1. ΄΄ Κατασκευές της φύσης ΄΄
Γλώσσα Ε΄ 13.1. ΄΄ Κατασκευές της φύσης ΄΄Γλώσσα Ε΄ 13.1. ΄΄ Κατασκευές της φύσης ΄΄
Γλώσσα Ε΄ 13.1. ΄΄ Κατασκευές της φύσης ΄΄Χρήστος Χαρμπής
 
Γλώσσα Ε΄- Επαναληπτικό 10ης Ενότητας: ΄΄ Μυστήρια - Επιστημονική φαντασία΄΄
Γλώσσα Ε΄- Επαναληπτικό 10ης Ενότητας: ΄΄ Μυστήρια - Επιστημονική φαντασία΄΄Γλώσσα Ε΄- Επαναληπτικό 10ης Ενότητας: ΄΄ Μυστήρια - Επιστημονική φαντασία΄΄
Γλώσσα Ε΄- Επαναληπτικό 10ης Ενότητας: ΄΄ Μυστήρια - Επιστημονική φαντασία΄΄Χρήστος Χαρμπής
 
Γλώσσας στ' τάξη Υποτακτική - Προστακτική
Γλώσσας στ' τάξη Υποτακτική - ΠροστακτικήΓλώσσας στ' τάξη Υποτακτική - Προστακτική
Γλώσσας στ' τάξη Υποτακτική - ΠροστακτικήChristina Politaki
 
Eγκλιτική Αντικατάσταση .pdf
Eγκλιτική Αντικατάσταση .pdfEγκλιτική Αντικατάσταση .pdf
Eγκλιτική Αντικατάσταση .pdfccxktestOutlook
 
Eνότητα 7, φύλλο εργασίας, μετάφραση, παράλληλο κείμενο
Eνότητα 7, φύλλο εργασίας, μετάφραση, παράλληλο κείμενοEνότητα 7, φύλλο εργασίας, μετάφραση, παράλληλο κείμενο
Eνότητα 7, φύλλο εργασίας, μετάφραση, παράλληλο κείμενοGeorgia Dimitropoulou
 

What's hot (20)

επιχειρήματα - συλλογισμοί
επιχειρήματα - συλλογισμοίεπιχειρήματα - συλλογισμοί
επιχειρήματα - συλλογισμοί
 
γραμματική αναγνώριση
γραμματική αναγνώρισηγραμματική αναγνώριση
γραμματική αναγνώριση
 
Εισαγωγή στην Ιλιάδα.pptx
Εισαγωγή στην Ιλιάδα.pptxΕισαγωγή στην Ιλιάδα.pptx
Εισαγωγή στην Ιλιάδα.pptx
 
Βυζαντινά Μνημεία της Θεσσαλονίκης
Βυζαντινά Μνημεία της ΘεσσαλονίκηςΒυζαντινά Μνημεία της Θεσσαλονίκης
Βυζαντινά Μνημεία της Θεσσαλονίκης
 
μοναδεσ μετρησησ επφανειασ (1)
μοναδεσ μετρησησ επφανειασ (1)μοναδεσ μετρησησ επφανειασ (1)
μοναδεσ μετρησησ επφανειασ (1)
 
Δημιουργικές Εργασίες
Δημιουργικές ΕργασίεςΔημιουργικές Εργασίες
Δημιουργικές Εργασίες
 
Το κατηγορούμενο
Το κατηγορούμενοΤο κατηγορούμενο
Το κατηγορούμενο
 
Διαίρεση - Περιπτώσεις
Διαίρεση -  ΠεριπτώσειςΔιαίρεση -  Περιπτώσεις
Διαίρεση - Περιπτώσεις
 
Istoria d 2
Istoria d 2Istoria d 2
Istoria d 2
 
Ιστορία Στ' τάξης Επαναληπτικό (ενότητα Β)
Ιστορία Στ' τάξης Επαναληπτικό (ενότητα Β)Ιστορία Στ' τάξης Επαναληπτικό (ενότητα Β)
Ιστορία Στ' τάξης Επαναληπτικό (ενότητα Β)
 
η μέλισσα στη μυθολογία και τέχνη
η μέλισσα στη μυθολογία και τέχνηη μέλισσα στη μυθολογία και τέχνη
η μέλισσα στη μυθολογία και τέχνη
 
ΘΕΩΡΙΑ ΠΕΡΙΛΗΨΗΣ Α ΛΥΚΕΙΟΥ
ΘΕΩΡΙΑ ΠΕΡΙΛΗΨΗΣ Α ΛΥΚΕΙΟΥΘΕΩΡΙΑ ΠΕΡΙΛΗΨΗΣ Α ΛΥΚΕΙΟΥ
ΘΕΩΡΙΑ ΠΕΡΙΛΗΨΗΣ Α ΛΥΚΕΙΟΥ
 
Ενέργεια
ΕνέργειαΕνέργεια
Ενέργεια
 
Φροντίζω για τη διατροφή και την υγεία μου
Φροντίζω για τη διατροφή και την υγεία μουΦροντίζω για τη διατροφή και την υγεία μου
Φροντίζω για τη διατροφή και την υγεία μου
 
Κανονάκι και Σαντούρι
Κανονάκι και ΣαντούριΚανονάκι και Σαντούρι
Κανονάκι και Σαντούρι
 
Γλώσσα Ε΄ 13.1. ΄΄ Κατασκευές της φύσης ΄΄
Γλώσσα Ε΄ 13.1. ΄΄ Κατασκευές της φύσης ΄΄Γλώσσα Ε΄ 13.1. ΄΄ Κατασκευές της φύσης ΄΄
Γλώσσα Ε΄ 13.1. ΄΄ Κατασκευές της φύσης ΄΄
 
Γλώσσα Ε΄- Επαναληπτικό 10ης Ενότητας: ΄΄ Μυστήρια - Επιστημονική φαντασία΄΄
Γλώσσα Ε΄- Επαναληπτικό 10ης Ενότητας: ΄΄ Μυστήρια - Επιστημονική φαντασία΄΄Γλώσσα Ε΄- Επαναληπτικό 10ης Ενότητας: ΄΄ Μυστήρια - Επιστημονική φαντασία΄΄
Γλώσσα Ε΄- Επαναληπτικό 10ης Ενότητας: ΄΄ Μυστήρια - Επιστημονική φαντασία΄΄
 
Γλώσσας στ' τάξη Υποτακτική - Προστακτική
Γλώσσας στ' τάξη Υποτακτική - ΠροστακτικήΓλώσσας στ' τάξη Υποτακτική - Προστακτική
Γλώσσας στ' τάξη Υποτακτική - Προστακτική
 
Eγκλιτική Αντικατάσταση .pdf
Eγκλιτική Αντικατάσταση .pdfEγκλιτική Αντικατάσταση .pdf
Eγκλιτική Αντικατάσταση .pdf
 
Eνότητα 7, φύλλο εργασίας, μετάφραση, παράλληλο κείμενο
Eνότητα 7, φύλλο εργασίας, μετάφραση, παράλληλο κείμενοEνότητα 7, φύλλο εργασίας, μετάφραση, παράλληλο κείμενο
Eνότητα 7, φύλλο εργασίας, μετάφραση, παράλληλο κείμενο
 

Similar to Practice Test 2A Probability Solution

Probability and Statistics
Probability and StatisticsProbability and Statistics
Probability and Statisticsshekharpatil33
 
CBSE XI MATHS SOLVED PAPER
CBSE XI MATHS SOLVED PAPERCBSE XI MATHS SOLVED PAPER
CBSE XI MATHS SOLVED PAPERGautham Rajesh
 
counting principle.ppt
counting principle.pptcounting principle.ppt
counting principle.pptRizaCatli2
 
Probability trinity college
Probability trinity collegeProbability trinity college
Probability trinity collegeStacy Carter
 
Higher nov 2008_p1old
Higher nov 2008_p1oldHigher nov 2008_p1old
Higher nov 2008_p1oldybamary
 
5. probability qt 1st tri semester
5. probability qt 1st tri semester 5. probability qt 1st tri semester
5. probability qt 1st tri semester Karan Kukreja
 
Upcat math 2014 solution
Upcat math 2014 solutionUpcat math 2014 solution
Upcat math 2014 solutionMark Garrido
 
Math project core the MSW ( 1 )
Math project core the MSW ( 1 )Math project core the MSW ( 1 )
Math project core the MSW ( 1 )Khalid Al Hanaei
 
Key stage 3_mathematics_level_6_revision_
Key stage 3_mathematics_level_6_revision_Key stage 3_mathematics_level_6_revision_
Key stage 3_mathematics_level_6_revision_harlie90
 
Introduction to probability solutions manual
Introduction to probability   solutions manualIntroduction to probability   solutions manual
Introduction to probability solutions manualKibria Prangon
 
101 math short cuts [www.onlinebcs.com]
101 math short cuts [www.onlinebcs.com]101 math short cuts [www.onlinebcs.com]
101 math short cuts [www.onlinebcs.com]Itmona
 
Gmat Math Tough Problems
Gmat Math Tough ProblemsGmat Math Tough Problems
Gmat Math Tough ProblemsVijay Thakkar
 
U11007410 statistics 111
U11007410   statistics 111U11007410   statistics 111
U11007410 statistics 111Ayoob Aboobaker
 
Lecture Notes MTH302 Before MTT Myers.docx
Lecture Notes MTH302 Before MTT Myers.docxLecture Notes MTH302 Before MTT Myers.docx
Lecture Notes MTH302 Before MTT Myers.docxRaghavaReddy449756
 

Similar to Practice Test 2A Probability Solution (20)

Practice Test 2 Solutions
Practice Test 2  SolutionsPractice Test 2  Solutions
Practice Test 2 Solutions
 
Probability and Statistics
Probability and StatisticsProbability and Statistics
Probability and Statistics
 
CBSE XI MATHS SOLVED PAPER
CBSE XI MATHS SOLVED PAPERCBSE XI MATHS SOLVED PAPER
CBSE XI MATHS SOLVED PAPER
 
Xii hy r
Xii hy rXii hy r
Xii hy r
 
counting principle.ppt
counting principle.pptcounting principle.ppt
counting principle.ppt
 
Probability trinity college
Probability trinity collegeProbability trinity college
Probability trinity college
 
Higher nov 2008_p1old
Higher nov 2008_p1oldHigher nov 2008_p1old
Higher nov 2008_p1old
 
5. probability qt 1st tri semester
5. probability qt 1st tri semester 5. probability qt 1st tri semester
5. probability qt 1st tri semester
 
MFCS UNIT-III.pptx
MFCS UNIT-III.pptxMFCS UNIT-III.pptx
MFCS UNIT-III.pptx
 
Upcat math 2014 solution
Upcat math 2014 solutionUpcat math 2014 solution
Upcat math 2014 solution
 
Math project core the MSW ( 1 )
Math project core the MSW ( 1 )Math project core the MSW ( 1 )
Math project core the MSW ( 1 )
 
Key stage 3_mathematics_level_6_revision_
Key stage 3_mathematics_level_6_revision_Key stage 3_mathematics_level_6_revision_
Key stage 3_mathematics_level_6_revision_
 
Introduction to probability solutions manual
Introduction to probability   solutions manualIntroduction to probability   solutions manual
Introduction to probability solutions manual
 
101 math short cuts [www.onlinebcs.com]
101 math short cuts [www.onlinebcs.com]101 math short cuts [www.onlinebcs.com]
101 math short cuts [www.onlinebcs.com]
 
Probability Assignment Help
Probability Assignment HelpProbability Assignment Help
Probability Assignment Help
 
Prob3addlthrm
Prob3addlthrmProb3addlthrm
Prob3addlthrm
 
Gmat Math Tough Problems
Gmat Math Tough ProblemsGmat Math Tough Problems
Gmat Math Tough Problems
 
Tough Quant
Tough QuantTough Quant
Tough Quant
 
U11007410 statistics 111
U11007410   statistics 111U11007410   statistics 111
U11007410 statistics 111
 
Lecture Notes MTH302 Before MTT Myers.docx
Lecture Notes MTH302 Before MTT Myers.docxLecture Notes MTH302 Before MTT Myers.docx
Lecture Notes MTH302 Before MTT Myers.docx
 

More from Long Beach City College

Practice test ch 9 inferences from two samples
Practice test ch 9 inferences from two samplesPractice test ch 9 inferences from two samples
Practice test ch 9 inferences from two samplesLong Beach City College
 
Solution to the practice test ch 10 correlation reg ch 11 gof ch12 anova
Solution to the practice test ch 10 correlation reg ch 11 gof ch12 anovaSolution to the practice test ch 10 correlation reg ch 11 gof ch12 anova
Solution to the practice test ch 10 correlation reg ch 11 gof ch12 anovaLong Beach City College
 
Practice test ch 10 correlation reg ch 11 gof ch12 anova
Practice test ch 10 correlation reg ch 11 gof ch12 anovaPractice test ch 10 correlation reg ch 11 gof ch12 anova
Practice test ch 10 correlation reg ch 11 gof ch12 anovaLong Beach City College
 
Practice test ch 8 hypothesis testing ch 9 two populations
Practice test ch 8 hypothesis testing ch 9 two populationsPractice test ch 8 hypothesis testing ch 9 two populations
Practice test ch 8 hypothesis testing ch 9 two populationsLong Beach City College
 
Solution to the practice test ch 8 hypothesis testing ch 9 two populations
Solution to the practice test ch 8 hypothesis testing ch 9 two populationsSolution to the practice test ch 8 hypothesis testing ch 9 two populations
Solution to the practice test ch 8 hypothesis testing ch 9 two populationsLong Beach City College
 
Solution to the Practice Test 3A, Chapter 6 Normal Probability Distribution
Solution to the Practice Test 3A, Chapter 6 Normal Probability DistributionSolution to the Practice Test 3A, Chapter 6 Normal Probability Distribution
Solution to the Practice Test 3A, Chapter 6 Normal Probability DistributionLong Beach City College
 
Practice Test Chapter 6 (Normal Probability Distributions)
Practice Test Chapter 6 (Normal Probability Distributions)Practice Test Chapter 6 (Normal Probability Distributions)
Practice Test Chapter 6 (Normal Probability Distributions)Long Beach City College
 

More from Long Beach City College (20)

Practice test ch 9 inferences from two samples
Practice test ch 9 inferences from two samplesPractice test ch 9 inferences from two samples
Practice test ch 9 inferences from two samples
 
Practice Test Ch 8 Hypothesis Testing
Practice Test Ch 8 Hypothesis TestingPractice Test Ch 8 Hypothesis Testing
Practice Test Ch 8 Hypothesis Testing
 
Solution to the practice test ch 10 correlation reg ch 11 gof ch12 anova
Solution to the practice test ch 10 correlation reg ch 11 gof ch12 anovaSolution to the practice test ch 10 correlation reg ch 11 gof ch12 anova
Solution to the practice test ch 10 correlation reg ch 11 gof ch12 anova
 
Practice test ch 10 correlation reg ch 11 gof ch12 anova
Practice test ch 10 correlation reg ch 11 gof ch12 anovaPractice test ch 10 correlation reg ch 11 gof ch12 anova
Practice test ch 10 correlation reg ch 11 gof ch12 anova
 
Practice test ch 8 hypothesis testing ch 9 two populations
Practice test ch 8 hypothesis testing ch 9 two populationsPractice test ch 8 hypothesis testing ch 9 two populations
Practice test ch 8 hypothesis testing ch 9 two populations
 
Solution to the practice test ch 8 hypothesis testing ch 9 two populations
Solution to the practice test ch 8 hypothesis testing ch 9 two populationsSolution to the practice test ch 8 hypothesis testing ch 9 two populations
Solution to the practice test ch 8 hypothesis testing ch 9 two populations
 
Solution to the Practice Test 3A, Chapter 6 Normal Probability Distribution
Solution to the Practice Test 3A, Chapter 6 Normal Probability DistributionSolution to the Practice Test 3A, Chapter 6 Normal Probability Distribution
Solution to the Practice Test 3A, Chapter 6 Normal Probability Distribution
 
Practice Test Chapter 6 (Normal Probability Distributions)
Practice Test Chapter 6 (Normal Probability Distributions)Practice Test Chapter 6 (Normal Probability Distributions)
Practice Test Chapter 6 (Normal Probability Distributions)
 
Practice Test 2 Probability
Practice Test 2 ProbabilityPractice Test 2 Probability
Practice Test 2 Probability
 
Practice Test 1 solutions
Practice Test 1 solutions  Practice Test 1 solutions
Practice Test 1 solutions
 
Practice Test 1
Practice Test 1Practice Test 1
Practice Test 1
 
Stat sample test ch 12 solution
Stat sample test ch 12 solutionStat sample test ch 12 solution
Stat sample test ch 12 solution
 
Stat sample test ch 12
Stat sample test ch 12Stat sample test ch 12
Stat sample test ch 12
 
Stat sample test ch 11
Stat sample test ch 11Stat sample test ch 11
Stat sample test ch 11
 
Stat sample test ch 10
Stat sample test ch 10Stat sample test ch 10
Stat sample test ch 10
 
Two-Way ANOVA
Two-Way ANOVATwo-Way ANOVA
Two-Way ANOVA
 
One-Way ANOVA
One-Way ANOVAOne-Way ANOVA
One-Way ANOVA
 
Contingency Tables
Contingency TablesContingency Tables
Contingency Tables
 
Goodness of Fit Notation
Goodness of Fit NotationGoodness of Fit Notation
Goodness of Fit Notation
 
Regression
RegressionRegression
Regression
 

Recently uploaded

Roles & Responsibilities in Pharmacovigilance
Roles & Responsibilities in PharmacovigilanceRoles & Responsibilities in Pharmacovigilance
Roles & Responsibilities in PharmacovigilanceSamikshaHamane
 
Final demo Grade 9 for demo Plan dessert.pptx
Final demo Grade 9 for demo Plan dessert.pptxFinal demo Grade 9 for demo Plan dessert.pptx
Final demo Grade 9 for demo Plan dessert.pptxAvyJaneVismanos
 
Capitol Tech U Doctoral Presentation - April 2024.pptx
Capitol Tech U Doctoral Presentation - April 2024.pptxCapitol Tech U Doctoral Presentation - April 2024.pptx
Capitol Tech U Doctoral Presentation - April 2024.pptxCapitolTechU
 
“Oh GOSH! Reflecting on Hackteria's Collaborative Practices in a Global Do-It...
“Oh GOSH! Reflecting on Hackteria's Collaborative Practices in a Global Do-It...“Oh GOSH! Reflecting on Hackteria's Collaborative Practices in a Global Do-It...
“Oh GOSH! Reflecting on Hackteria's Collaborative Practices in a Global Do-It...Marc Dusseiller Dusjagr
 
ECONOMIC CONTEXT - LONG FORM TV DRAMA - PPT
ECONOMIC CONTEXT - LONG FORM TV DRAMA - PPTECONOMIC CONTEXT - LONG FORM TV DRAMA - PPT
ECONOMIC CONTEXT - LONG FORM TV DRAMA - PPTiammrhaywood
 
Solving Puzzles Benefits Everyone (English).pptx
Solving Puzzles Benefits Everyone (English).pptxSolving Puzzles Benefits Everyone (English).pptx
Solving Puzzles Benefits Everyone (English).pptxOH TEIK BIN
 
call girls in Kamla Market (DELHI) 🔝 >༒9953330565🔝 genuine Escort Service 🔝✔️✔️
call girls in Kamla Market (DELHI) 🔝 >༒9953330565🔝 genuine Escort Service 🔝✔️✔️call girls in Kamla Market (DELHI) 🔝 >༒9953330565🔝 genuine Escort Service 🔝✔️✔️
call girls in Kamla Market (DELHI) 🔝 >༒9953330565🔝 genuine Escort Service 🔝✔️✔️9953056974 Low Rate Call Girls In Saket, Delhi NCR
 
Presiding Officer Training module 2024 lok sabha elections
Presiding Officer Training module 2024 lok sabha electionsPresiding Officer Training module 2024 lok sabha elections
Presiding Officer Training module 2024 lok sabha electionsanshu789521
 
How to Configure Email Server in Odoo 17
How to Configure Email Server in Odoo 17How to Configure Email Server in Odoo 17
How to Configure Email Server in Odoo 17Celine George
 
Framing an Appropriate Research Question 6b9b26d93da94caf993c038d9efcdedb.pdf
Framing an Appropriate Research Question 6b9b26d93da94caf993c038d9efcdedb.pdfFraming an Appropriate Research Question 6b9b26d93da94caf993c038d9efcdedb.pdf
Framing an Appropriate Research Question 6b9b26d93da94caf993c038d9efcdedb.pdfUjwalaBharambe
 
Hierarchy of management that covers different levels of management
Hierarchy of management that covers different levels of managementHierarchy of management that covers different levels of management
Hierarchy of management that covers different levels of managementmkooblal
 
CELL CYCLE Division Science 8 quarter IV.pptx
CELL CYCLE Division Science 8 quarter IV.pptxCELL CYCLE Division Science 8 quarter IV.pptx
CELL CYCLE Division Science 8 quarter IV.pptxJiesonDelaCerna
 
18-04-UA_REPORT_MEDIALITERAСY_INDEX-DM_23-1-final-eng.pdf
18-04-UA_REPORT_MEDIALITERAСY_INDEX-DM_23-1-final-eng.pdf18-04-UA_REPORT_MEDIALITERAСY_INDEX-DM_23-1-final-eng.pdf
18-04-UA_REPORT_MEDIALITERAСY_INDEX-DM_23-1-final-eng.pdfssuser54595a
 
Pharmacognosy Flower 3. Compositae 2023.pdf
Pharmacognosy Flower 3. Compositae 2023.pdfPharmacognosy Flower 3. Compositae 2023.pdf
Pharmacognosy Flower 3. Compositae 2023.pdfMahmoud M. Sallam
 
Proudly South Africa powerpoint Thorisha.pptx
Proudly South Africa powerpoint Thorisha.pptxProudly South Africa powerpoint Thorisha.pptx
Proudly South Africa powerpoint Thorisha.pptxthorishapillay1
 
internship ppt on smartinternz platform as salesforce developer
internship ppt on smartinternz platform as salesforce developerinternship ppt on smartinternz platform as salesforce developer
internship ppt on smartinternz platform as salesforce developerunnathinaik
 
CARE OF CHILD IN INCUBATOR..........pptx
CARE OF CHILD IN INCUBATOR..........pptxCARE OF CHILD IN INCUBATOR..........pptx
CARE OF CHILD IN INCUBATOR..........pptxGaneshChakor2
 

Recently uploaded (20)

Roles & Responsibilities in Pharmacovigilance
Roles & Responsibilities in PharmacovigilanceRoles & Responsibilities in Pharmacovigilance
Roles & Responsibilities in Pharmacovigilance
 
Final demo Grade 9 for demo Plan dessert.pptx
Final demo Grade 9 for demo Plan dessert.pptxFinal demo Grade 9 for demo Plan dessert.pptx
Final demo Grade 9 for demo Plan dessert.pptx
 
Capitol Tech U Doctoral Presentation - April 2024.pptx
Capitol Tech U Doctoral Presentation - April 2024.pptxCapitol Tech U Doctoral Presentation - April 2024.pptx
Capitol Tech U Doctoral Presentation - April 2024.pptx
 
Model Call Girl in Tilak Nagar Delhi reach out to us at 🔝9953056974🔝
Model Call Girl in Tilak Nagar Delhi reach out to us at 🔝9953056974🔝Model Call Girl in Tilak Nagar Delhi reach out to us at 🔝9953056974🔝
Model Call Girl in Tilak Nagar Delhi reach out to us at 🔝9953056974🔝
 
Model Call Girl in Bikash Puri Delhi reach out to us at 🔝9953056974🔝
Model Call Girl in Bikash Puri  Delhi reach out to us at 🔝9953056974🔝Model Call Girl in Bikash Puri  Delhi reach out to us at 🔝9953056974🔝
Model Call Girl in Bikash Puri Delhi reach out to us at 🔝9953056974🔝
 
“Oh GOSH! Reflecting on Hackteria's Collaborative Practices in a Global Do-It...
“Oh GOSH! Reflecting on Hackteria's Collaborative Practices in a Global Do-It...“Oh GOSH! Reflecting on Hackteria's Collaborative Practices in a Global Do-It...
“Oh GOSH! Reflecting on Hackteria's Collaborative Practices in a Global Do-It...
 
ECONOMIC CONTEXT - LONG FORM TV DRAMA - PPT
ECONOMIC CONTEXT - LONG FORM TV DRAMA - PPTECONOMIC CONTEXT - LONG FORM TV DRAMA - PPT
ECONOMIC CONTEXT - LONG FORM TV DRAMA - PPT
 
Solving Puzzles Benefits Everyone (English).pptx
Solving Puzzles Benefits Everyone (English).pptxSolving Puzzles Benefits Everyone (English).pptx
Solving Puzzles Benefits Everyone (English).pptx
 
call girls in Kamla Market (DELHI) 🔝 >༒9953330565🔝 genuine Escort Service 🔝✔️✔️
call girls in Kamla Market (DELHI) 🔝 >༒9953330565🔝 genuine Escort Service 🔝✔️✔️call girls in Kamla Market (DELHI) 🔝 >༒9953330565🔝 genuine Escort Service 🔝✔️✔️
call girls in Kamla Market (DELHI) 🔝 >༒9953330565🔝 genuine Escort Service 🔝✔️✔️
 
Presiding Officer Training module 2024 lok sabha elections
Presiding Officer Training module 2024 lok sabha electionsPresiding Officer Training module 2024 lok sabha elections
Presiding Officer Training module 2024 lok sabha elections
 
How to Configure Email Server in Odoo 17
How to Configure Email Server in Odoo 17How to Configure Email Server in Odoo 17
How to Configure Email Server in Odoo 17
 
Framing an Appropriate Research Question 6b9b26d93da94caf993c038d9efcdedb.pdf
Framing an Appropriate Research Question 6b9b26d93da94caf993c038d9efcdedb.pdfFraming an Appropriate Research Question 6b9b26d93da94caf993c038d9efcdedb.pdf
Framing an Appropriate Research Question 6b9b26d93da94caf993c038d9efcdedb.pdf
 
Hierarchy of management that covers different levels of management
Hierarchy of management that covers different levels of managementHierarchy of management that covers different levels of management
Hierarchy of management that covers different levels of management
 
CELL CYCLE Division Science 8 quarter IV.pptx
CELL CYCLE Division Science 8 quarter IV.pptxCELL CYCLE Division Science 8 quarter IV.pptx
CELL CYCLE Division Science 8 quarter IV.pptx
 
ESSENTIAL of (CS/IT/IS) class 06 (database)
ESSENTIAL of (CS/IT/IS) class 06 (database)ESSENTIAL of (CS/IT/IS) class 06 (database)
ESSENTIAL of (CS/IT/IS) class 06 (database)
 
18-04-UA_REPORT_MEDIALITERAСY_INDEX-DM_23-1-final-eng.pdf
18-04-UA_REPORT_MEDIALITERAСY_INDEX-DM_23-1-final-eng.pdf18-04-UA_REPORT_MEDIALITERAСY_INDEX-DM_23-1-final-eng.pdf
18-04-UA_REPORT_MEDIALITERAСY_INDEX-DM_23-1-final-eng.pdf
 
Pharmacognosy Flower 3. Compositae 2023.pdf
Pharmacognosy Flower 3. Compositae 2023.pdfPharmacognosy Flower 3. Compositae 2023.pdf
Pharmacognosy Flower 3. Compositae 2023.pdf
 
Proudly South Africa powerpoint Thorisha.pptx
Proudly South Africa powerpoint Thorisha.pptxProudly South Africa powerpoint Thorisha.pptx
Proudly South Africa powerpoint Thorisha.pptx
 
internship ppt on smartinternz platform as salesforce developer
internship ppt on smartinternz platform as salesforce developerinternship ppt on smartinternz platform as salesforce developer
internship ppt on smartinternz platform as salesforce developer
 
CARE OF CHILD IN INCUBATOR..........pptx
CARE OF CHILD IN INCUBATOR..........pptxCARE OF CHILD IN INCUBATOR..........pptx
CARE OF CHILD IN INCUBATOR..........pptx
 

Practice Test 2A Probability Solution

  • 1. 1 PA B  0 4. The probability of an event is always between 0 and 1 0 ≤ P(A) ≤1 5. The sum of probabilities of all final outcomes of an experiment is always 1 6. The number of Combinations of n items selected n at a time is 1 Statistics: Practice Test 2A (Part One) Solution Probability 1. A simple event is an outcome or event that cannot be further broken down. 2. A sample space is a procedure that consists of all possible sample events. 3. If two events are mutually exclusive, the probability that both will occur is 0 nCr = 𝑛! (𝑛−𝑟)!𝑟! nCn = 𝑛! (𝑛−𝑛)!𝑛! = 𝑛! 0!𝑛! = 𝑛! 𝑛! = 1 7. The number of Permutations of n items selected 0 at a time is 1 nPr = 𝑛! (𝑛−𝑟)! nPo = 𝑛! (𝑛−𝑜)! = 𝑛! 𝑛! = 1 8. The sample space for tossing 5 coin s consists of how many outcomes? 32 outcomes each coin has 2 outcomes: 25 = 32 Since there are only 2 possible outcome for each coin, Tail (T) or Head (H), and there are 5 coins, Number of outcomes will be = 2 x 2 x 2 x 2 x 2 = 25 = 32 In general: Size of Sample Space = (# of outcomes per stage) # of stages Sample Space: {HHHHH, TTTTT, HHHHT, HHHTH, HHTHH, HTHHH, THHHH, TTTTH, TTTHT, TTHTT, THTTT, HTTTT, HHHTT, HHTTH, HTTHH, TTHHH, HHTHT, HTHHT, THHHT, HTHTH, THTHH, THHTH, TTTHH, TTHHT, THHTT, HHTTT, TTHTH, THTTH, HTTTH, THTHT, HTHTT, HTTHT} 9. A quiz consists of 3 true-false questions, how many possible answer keys are there? 8 possible answer keys 23 = 8 Sample Space: {TTT, FFF, TFF, FTF, FFT, FTT, TFT, TTF} 10. A pizza parlor offers 10 different toppings; how many four topping pizzas (different toppings) are possible? 210 four topping pizzas are possible
  • 2. 2 order is not important  combination is used nCr = 𝑛! (𝑛−𝑟)!𝑟! 10C4 = 10! (10−4)!4! = 10𝑥9𝑥8𝑥7 4𝑥3𝑥2 = 210 11. How many 6-letter code words can be made from the 26 letters of the alphabet if no letter can be used more than once in the code word? 165, 765, 600 6-letter code words can be made order is important, no letter can be used more than once  permutation is used 26P6 = 26! (26−6)! = 26𝑥25𝑥24𝑥23𝑥22𝑥21 1 = 165,765, 600 12. A random sample of 100 people was asked if they were for or against the tax increase on rich people. Of 60 males 45 were in favor, of all females 22 were in favor. Write the contingency table and answer the following questions. (Hint: Make up a table like Table 4-1 of page 152.) If one person is selected at random, find the probability that: For tax increase on rich people (T) Against tax increase on rich people (A) Total Male (M) 45 15 60 Female (F) 22 18 40 Total 67 33 100 a) This person favors the tax increase on rich people. P(T) = n(T) / n(S) P(T) = 67/100 (or 0.67) b) This person is a female. P(F) = n(F) / n(S) P(F) = 40/100 = 2/5 (or 0.4) c) This person opposes the tax increase on rich people given that the person is a female. P(A|F) = P(A ∩ F) / P(F) P (A|F) = n(A ∩ F) / n(F) P(A |F)= 18/40 = 9/20 (or 0.45) d) This person is a male given that he favors the tax increase on rich people. P(M|T) = P(M ∩ T) / P(T) P(M|T) = n(M ∩ T) / n(T) P(M|T) = 45/67 (or 0.6716) e) This person is a female and favors the tax increase on rich people. P (F∩ T) = 22/100 = 11/50 (or 0.22) f) This person opposes the tax increase on rich people or is a female. P(A U F) = P(A) + P(F) - P(A∩F)
  • 3. 3 P(A U F) = n(A)/n(S) + n(F)/n(S) – n(A∩F)/n(S) P(A U F) = 33/100 + 40/100 – 18/100 = 55/100 = 11/20 (or 0.55) g) Are the events “females” and opposes the tax increase on rich people independent? Explain. Events “females” and opposes the tax increase on rich people is dependent because occurrence of one of the events does affect the other event. Proof: P (A |F) = 18/40 ≠ P (A) = 33/100 h) Are they mutually exclusive? Explain. They are not mutually exclusive because a person can be both female and oppose the tax increase on rich people. Those two events are not disjoint. Proof: P (A∩F) = 18/100 ≠ 0 13. Find the probability of getting the outcome of “Tails and 2” when a coin is tossed and a die is rolled. P(A∩B) = P(A) x P(B): 𝑃(𝑇𝑎𝑖𝑙𝑠 𝑎𝑛𝑑 2) = 𝑃(𝑇𝑎𝑖𝑙𝑠) × 𝑃(2) = 1 2 × 1 6 = 1 12 = 0.0833 14. A box consists of 14 red and 36 blue markers. If we select 3 different markers randomly, a. What is the probability that they are all red? (with replacement) n(total) = 14 + 36 = 50 P(R) = n(R)/n(S) = 14/50 = 7/25 𝑃(1 𝑟𝑒𝑑) = 𝑇𝑜𝑡𝑎𝑙 𝑟𝑒𝑑 𝑇𝑜𝑡𝑎𝑙 𝑚𝑎𝑟𝑘𝑒𝑟𝑠 = 14 14+36 = 14 50 = 0.28 P(3 red) = 0.283 = 0.021952 b. What is the probability that they are all red? (without a replacement) Draw a tree diagram and label each branch. P(all 3 red) = 14 50 × 13 49 × 12 48 = 2184 117600 = 13 700 = 0.0186
  • 4. 4 15. If the probability of winning the race is 5/12, a) What is the probability of losing the race? 1 – probability of winning P(Ā) = 1- P(A) = 1 − 5 12 = 7 12 b) What are odds against winning? 𝑂(Ā) = P(Ā) P(A) = 7 12 5 12 ⁄ = 7 5 𝑜𝑟 7: 5 c) If the payoff odd is listed as 6:1, how much profit do you make if you bet $10 and you win? Payoff odds against event A = (net profit): (amount bet) Net Profit = (Payoff odds) × (amount bet) (10 )( 6) = $60 16. A classic counting problem is to determine the number of different ways that the letters of "PERSONNEL" can be arranged. Find that number. Answer: This is a permutation problem with some identical items: 𝑛! 𝑛1!𝑛2!…𝑛 𝑘! Requirements: 1. There are n items available, and some items are identical to others. 2. We select all of the n items (without replacement). 3. We consider rearrangements of distinct items to be different sequences. There are 9 letters: n=9 P: 1 E:2 R:1 S:1 O:1 N:2 L:1 Red: 13/49 Red: 14/50 Blue: 36/50 Red: 12/48 Blue: 34/48 Blue: 35/49 Blue: 36/49 Blue: 36/48 Red: 14/49 Red: 13/48 Red: 13/48 Red: 14/48 Blue: 35/48 Blue: 35/48
  • 5. 5 9! 1! 2! 1! 1! 1! 2! 1! = 90,720 17. When two different people are randomly selected (from those in your class), find the indicated probability (assume birthdays occur on the same day of the week with equal frequencies). a. Probability that two people are born on the same day of the week. No particular day is specified, the first person can be born on any day. 𝑝(2𝑛𝑑 𝑝𝑒𝑟𝑠𝑜𝑛 𝑏𝑜𝑟𝑛 𝑜𝑛 𝑡ℎ𝑒 𝑠𝑎𝑚𝑒 𝑑𝑎𝑦) = 1 7 𝑝(𝑏𝑜𝑡ℎ 𝑝𝑒𝑟𝑠𝑜𝑛𝑠 𝑏𝑜𝑟𝑛 𝑜𝑛 𝑡ℎ𝑒 𝑠𝑎𝑚𝑒 𝑑𝑎𝑦) = 7 7 ( 1 7 ) = 1 7 b. Probability that two people are both born on Monday. 𝑝(1𝑠𝑡 𝑝𝑒𝑟𝑠𝑜𝑛 𝑏𝑜𝑟𝑛 𝑜𝑛 𝑀𝑜𝑛) = 1 7 𝑝(2𝑛𝑑 𝑝𝑒𝑟𝑠𝑜𝑛 𝑏𝑜𝑟𝑛 𝑜𝑛 𝑀𝑜𝑛) = 1 7 𝑝(𝑏𝑜𝑡ℎ 𝑝𝑒𝑟𝑠𝑜𝑛𝑠 𝑏𝑜𝑟𝑛 𝑜𝑛 𝑀𝑜𝑛) = 1 7 ( 1 7 ) = 1 49 18. How many different auto license plates are possible if the plate has: a) 2 letters followed by 4 numbers? 262 × 104 b) 3 letters – no repeats, followed by 3 numbers - repetition allowed? 26 × 25 × 24 × 103 c) 4 letters – repetition allowed, followed by 2 numbers – no repeats? 264 × 10 × 9 d) 4 places – each character is either a letter or a number? 364 19. In a first grade school class, there are ten girls and eight boys. In how many ways can:
  • 6. 6 a. the students finish first, second and third in a foot race? (assume no ties) 𝑃𝑟 𝑛 = 𝑃3 18 = 18 × 17 × 16 b. the girls finish first and second in a geography contest? (assume no ties) 𝑃𝑟 𝑛 = 𝑃2 10 = 10 × 9 c. three boys be selected for lunch duty? 𝐶𝑟 𝑛 = 𝐶3 8 = 8! 3! (5!) = 56 d. six students be selected for a hockey team? 𝐶𝑟 𝑛 = 𝐶6 18 = 18! 6! (12!) = 18,564 e. five students be selected: 3 boys and 2 girls? 𝐶3 8 × 𝐶2 10 = 8! 3! (5!) ∙ 10! 2! (8!) = 2520 f. four girls be selected for a field trip? 𝐶𝑟 𝑛 = 𝐶4 10 = 10! 4! (6!) = 210