Mathematics Education Mipa Faculty Semarang State University 2019
Mathematics Education Mipa Faculty Semarang State University 2019
ARRANGED BY :
Cielo Dewi Cahyani (NIM : 4101418115)
Safa Agrita Hilsania (NIM : 4101418130)
MATHEMATICS EDUCATION
MIPA FACULTY
SEMARANG STATE UNIVERSITY
2019
Table of Contents
Cover ........................................................................................................................... i
Table of Contents ....................................................................................................... ii
CHAPTER I INTRODUCTION ................................................................................ 1
1.1 Experiments ................................................................................................ 1
1.2 Sample Space .............................................................................................. 1
1.3 Event ........................................................................................................... 2
1.4 Operation On Event .................................................................................... 3
1.5 Probability................................................................................................... 3
1.6 Expected Frequency.................................................................................... 4
1.7 Rules On Probability .................................................................................. 4
CHAPTER II PERMUTATION ................................................................................ 5
2.1 Definition of Permutation ........................................................................... 5
2.2 Permutations of n Different Things Taken r at a Time ............................... 5
2.3 Permutation with Repetitions ..................................................................... 6
2.4 Circular Permutations ................................................................................. 6
CHAPTER III COMBINATION ............................................................................... 7
CHAPTER IV EXERCISES ...................................................................................... 8
CHAPTER V SOLUTIONS .................................................................................... 11
BIBLIOGRAPHY .................................................................................................... 15
ii
CHAPTER I
INTRODUCTION
1.1 Experiments
a. Random Experiments
Some experiments are called random experiments, if we are not able to
control the value of certain variable, so the result will vary from one
performance of the experiments to the next, even though most of the condition
are the same.
Example : Picking a ball from a box containing 20 numbered balls, is a
random experiment, since the process can lead to one of the 20
possible outcomes.
b. Deterministic Experiments
Some experiments are called deterministic experiments, when we can
expect to have the same result of a repeated experiments with the same
conditions.
Example : If we measure the distance between two points A and B, many
times, under the same conditions, we expect to have the same result.
1.2 Sample Space
Sample Space is the set of all possible outcomes of an experiments. We
can say that sample space is consist of the things that can happen when we do
some experiments. Usually, sample space are denoted by the letter S. The
outcome in a sample space are usually called by element, member, or a sample
point.
Example : Experiment of tossing a die.
If we are interested in the number that shows on the top face, so the
sample space is S1 = {1,2,3,4,5,6}.
If we are interested only in whether the number is even or odd, so the
sample space is S2 = {even, odd}.
1
The Multiplication Theorem : If an operation can be performed in 𝑛1 ways and
after it is performed in any one of these ways, a second operation can be
performed in 𝑛2 ways and, a third operation can be performed in 𝑛3 ways, and so
on for 𝑘 operations, then the 𝑘 operations can be performed together in
𝑛1 𝑛2 … 𝑛𝑘 ways.
Example : How many even three-digit numbers can be formed from the digits 3,
2, 5, 6, and 9 if each digit can be used only once?
Solution : Since the number must be even, we have 𝑛1 = 2 choices for the units
position. For each of these, we have 𝑛2 = 4 choices for the tens
position and then 𝑛3 = 3 choices for the hundreds position. Therefore
we can form a total of 𝑛1 × 𝑛2 × 𝑛3 = 2 × 4 × 3 = 24 even three-digit
numbers.
1.3 Events
Events is a set of all possible outcomes. So we can say that events is a
subset of sample space. Usually events is denoted by an uppercase like A, B, C,
an so on. We have kind of events in some experiments, it is impossible event,
certain event, simple event, and complement event.
a. Impossible Event
An impossible event is usually knowing as null set or Ø. The empty
set is called impossible event because the element of Ø cannot occur.
b. Certain Event
An event is called certain events since the element of the event is all
the element of S. or we can say that certain event is S, where S is
sample space.
c. Simple Event
Simple event is a set of events where is the set is consist of one
element only.
2
d. Complement Event
Let say that A is an event of S, where S is sample space. Then Ā is
called complement event of A when the element of Ā is element of S
but is not element of A. Complement event is also knowing as
mutually exclusive event.
Ā = {𝑥|𝑥 ∈ 𝑆 ∧ 𝑥 ∉ 𝐴}
e. Conditional Event
Conditional event is usually denoted by A|B that means the event A
occur if the event B occur.
f. Independent Event
Two events are called independent event if both of them are not affect
each other.
g. Inclusive Event
Two events that happen at the same time are called inclusive event.
1.5 Probability
Probability is the chance of something to be happen or to be true. Let S is
𝑛
sample space and A is an event. We can state the probability of A by (𝐴) = .
𝑁
3
Example : experiment of tossing a coint. Let the top side of the coint denoted by
G and the bottom side of the coint denoted by H. By the experiment,
we know that the sample space is S = {H,G} or N=2. Then the event of
𝐺 = 𝑛 = 1 𝑎𝑛𝑑 𝐻 = 𝑛 = 1. Therefore, we can say that the probability
of G= ½ and H=½.
𝐹𝐸 (𝐴) = 𝑁 × 𝑃(𝐴)
Example : if we do some experiment of tossing coint for 100 times, then we have N =
100. From the example of probability above, we know that P(G) =½. By
the formula 𝐹𝐸 (𝐴) = 𝑁 × 𝑃(𝐴), we know that 𝐹𝐸 (𝐺) = 100 ×½ = 50.
Therefore we know that the expected frequency of H for 100 times is 50.
a. 0 ≤ 𝑃(𝐴) ≥ 1
b. 𝑃(𝐴) + 𝑃(𝐴) = 1
c. 𝑃(𝐴1 ∪ 𝐴2 ∪ … ∨ 𝐴𝑘 ) = 𝑃(𝐴1 ) + 𝑃(𝐴2 ) + ⋯ + 𝑃(𝐴𝑘 )
d. 𝑃(𝐴 ∩ 𝐵) = 𝑃(𝐵) × 𝑃(𝐴|𝐵)
e. 𝑃(𝐴|𝐵) = 𝑃(𝐴)
f. 𝑃(𝐴 ∩ 𝐵) = 𝑃(𝐴) × 𝑃(𝐵)
g. 𝑃(𝐴1 ∩ 𝐴2 ∩ … ∩ 𝐴𝑘 ) = 𝑃(𝐴1 ) × 𝑃(𝐴2 ) × … × 𝑃(𝐴𝑘 )
h. 𝑃(𝐴 ∪ 𝐵) = 𝑃(𝐴) + 𝑃(𝐵) − 𝑃(𝐴 ∩ 𝐵)
4
CHAPTER II
PERMUTATION
5
𝑛!
= (𝑟 < 𝑛)
(𝑛 − 𝑟)!
Example : Two lottery tickets are drawn from 20 for a first and a second
prize. In how many ways can this be done?
Solution : The total number of ways is
20
20! 20! 20 𝑥 19 𝑥 18!
2𝑃 = = = = 20 𝑥 19 = 380.
(20 − 2)! 18! 18!
Example : How many different ways can 3 red, 4 yellow, and 2 blue bulbs be
arranged in a string of Christmas tree lights with 9 sockets?
Solutions : The total number of distinct arrangements is
9 9!
( ) = 3!4!2! = 1260.
3,4,2
6
CHAPTER III
COMBINATION
7
CHAPTER IV
EXERCISES
8
these two companies?
8. A statistics class for engineers consists of 25 industrial, 10 mechanical, 10
electrical, and 8 civil engineering students. If a person is randomly selected by
the instructor to answer a question, find the probability that the student chosen
is
a. an industrial engineering major and
b. a civil engineering or an electrical engineering major.
9. At a car park there are 100 vehicles, 60 of which are cars, 30 are vans and the
remainder are lorries. If every vehicle is equally likely to leave, find the
probability of:
a. van leaving first,
b. lorry leaving first,
c. car leaving second if either a lorry or van had left first.
10. 32 playing cards include 4 aces and 12 figures. Determine the probability of a
randomly selected card to be an ace or a figure!
11. When three dice are rolling, what’s the probability that we have three 6 ?
12. If P(A)=0.4, P(B)=0.6 and P(A ∪ B)=0.8. What is the value of P(A∩𝐵̅) ?
13. In how many different ways can the letters of the word 'LEADING' be
arranged in such a way that the vowels always come together?
14. Out of 7 consonants and 4 vowels, how many words of 3 consonants and 2
vowels can be formed?
15. There are 20 stops for the local trains running between Churchgate and Virar.
A passenger travelling between any two stops needs to buy a ticket. How
many types of tickets are required to be made to meet all the possibilities?
16. A box contains three white balls, four black balls and three red balls. The
number of ways in which three balls can be drawn from the box so that at least
one of the balls is black is?
17. 10 students have appeared in a test in which the top three will get a prize. How
many possible ways are there to get the prize winners?
18. How many 3-letter words with or without meaning, can be formed out of the
letters of the word, 'LOGARITHMS', if repetition of letters is not allowed?
19. A coin is tossed 3 times. Find out the number of possible outcomes!
9
20. How many 6 digit telephone numbers can be formed if each number starts
with 35 and no digit appears more than once?
21. A box contains 4 red, 3 white and 2 blue balls. Three balls are drawn at
random. Find out the number of ways of selecting the balls of different colors?
22. A license plate begins with three letters. If the possible letters are A, B, C, D
and E, how many different permutations of these letters can be made if no
letter is used more than once?
23. In how many ways can a team of 5 persons be formed out of a total of 10
persons such that two particular persons should be included in each team?
24. Six friends want to play enough games of chess to be sure everyone plays
everyone else. How many games will they have to play?
25. In how many ways can a coach choose three swimmers from among five
swimmers?
10
CHAPTER V
SOLUTIONS
11
c. If either a lorry or van had left first, then there would be 99 vehicles
remaining, 60 of which are cars. Let T be the sample space and C be the
event of a car leaving, so n(T) = 99 and n(C) = 60
60 30
Therefore, 𝑃(𝐶) = = 33
99
11. When three dice are rolling, the number of sample space is 63 ,
So n(S) = 63 . The member of sample space that (6,6,6) is inly one. So the
1
probability of three 6 is 63 .
Number of groups, each having 3 consonants and 2 vowels = 210. Each group
contains 5 letters.
Number of ways of arranging 5 letters among themselves = 5!
=5𝑥4𝑥3𝑥2𝑥1
= 120
∴ Required number of ways = (210 𝑥 120) = 25200.
12
15. There are 20 stations. Ticket is needed between 2 stops.
That means, we simply need to select 2 stops from possible 20 stops.
20!
That can be done by 202𝐶 ways = = 190 tickets.
18!𝑥 2!
= 10 𝑥 9 𝑥 8 = 720.
19. When a coin is tossed once, there are two possible outcomes: Head(H) and
Tale(T)
Hence, when a coin is tossed 3 times, the number of possible outcomes =
2𝑥2𝑥2= 8
(The possible outcomes are HHH, HHT, HTH, HTT, THH, THT, TTH, TTT )
20. The first two places can only be filled by 3 and 5 respectively and there is only
1 way for doing this.
Given that no digit appears more than once. Hence we have 8 digits
remaining (0,1,2,4,6,7,8,9)
13
So, the next 4 places can be filled with the remaining 8 digits in 84𝑃 ways.
8!
Total number of ways = = 8 𝑥 7 𝑥 6 𝑥 5 = 1680.
4!
5
5! 5!
3𝑃 = = = 5 𝑥 4 𝑥 3 = 60
(5 − 3)! 2!
There are 60 different permutations for the license plate.
23. Two particular persons should be included in each team. Therefore we have to
select remaining 5 − 2 = 3 persons from 10 − 2 = 8 persons.
Hence, required number of ways
8
8! 8𝑥7𝑥6
3𝐶 = = = 56.
5! 3! 3 𝑥 2 𝑥 1
24. There are 6 players to be taken 2 at a time.
6
6! 6𝑥5
2𝐶 = = = 15
(6 − 2)! 2! 2 𝑥 1
They will need to play 15 games.
25. There are 5 swimmers to be taken 3 at a time.
5
5! 5𝑥4
3𝐶 = = = 10
(5 − 3)! 3! 2 𝑥 1
The coach can choose the swimmers in 10 ways.
14
BIBLIOGRAPHY
Walpole, Ronald E., Raymond H. Myers, Shaton L. Myers, and Keying Ye. 2012.
Probablility & Statistics for Engineers & Scientics 9th Edition. Boston:
Pearson Education, Inc.
Ofosu, John Benjamin, and Christian A. Hesse. 2009. Introduction to Probability and
Probability Distributions. Accra: Epp Books Services.
Lipschutz, Seymour, and Marc Lipson. 2011. Schaum’s Outlines: Probability 2nd
Edition. New York: The McGraw-Hill Companies, Inc.
15