Tutorial 7 - Q and A
Tutorial 7 - Q and A
Question 1
What is the probability that two thirds of the calls were hang-ups?
Q1 solution:
60
𝑃(𝑋 = 40) = ( ) (0.65)40 (0.35)20 = 0.10478 … ≈ 0.105
40
Question 2
What is the probability that 35 to 38 of the calls were hang-ups?
Q2 solution:
𝑃(35 ≤ 𝑋 ≤ 38)
= 𝑃(𝑋 = 35) + 𝑃(𝑋 = 36) + 𝑃(𝑋 = 37) + 𝑃(𝑋 = 38)
60 60 60
= ( ) (0.65)35 (0.35)25 + ( ) (0.65)36 (0.35)24 + ( ) (0.65)37 (0.35)23
35 36 37
60 (0.65)38 (0.35)22
+( )
38
= 0.32835 …
≈ 0.328
To use Excel take note that
𝑃(35 ≤ 𝑋 ≤ 38) = 𝑃(𝑋 ≤ 38) − 𝑃(𝑋 ≤ 34)
Question 3
It is estimated that the tele-sales centre makes a loss of R15 for every hang-up. What is the
expected loss for the sales made in the last 30 minutes?
Q3 solution:
First find the expected number of hang-ups
𝐸(𝑋) = (60)(0.65) = 39
Each hang-up makes a loss of R15 so,
𝐸(𝑙𝑜𝑠𝑠) = (39)(15) = 585
Question 4
What is the distribution of the random variable that gives the number of calls that are not
hang-ups?
Q4 solution:
Let 𝑌 = 𝑛𝑢𝑚𝑏𝑒𝑟 𝑜𝑓 𝑐𝑎𝑙𝑙𝑠 𝑡ℎ𝑎𝑡 𝑎𝑟𝑒 𝑛𝑜𝑡 ℎ𝑎𝑛𝑔 − 𝑢𝑝𝑠
P(call is not a hang-up) = 1 – 0.65 = 0.35
So,
𝑌~𝐵𝑖𝑛(60 ; 0.35)
Question 5
What Excel command/formula can be used to calculate is the probability that the insurance
company receives 8 claims in the last two hours of a working day?
Q5 solution:
Let T=number of claims received in a 2-hr period
𝑇~𝑃𝑜𝑖 (5)
Q6 solution:
𝑃(4 ≤ 𝑇 ≤ 8)
= 𝑃(𝑇 ≤ 8) − 𝑃(𝑇 ≤ 3)
= 0.9319 − 0.2650
= 0.6669 Poisson Cumulative probability tables used.
Question 7
What Excel command/formula can be used to calculate the probability that the insurance
company receives more than 2 claims in the next hour?
Q7 solution:
Let H= number of claims received in 1 hour
𝐻~𝑃𝑜𝑖 (2.5)
Find: 𝑃(𝐻 > 2) = 1 − 𝑃(𝐻 ≤ 2)
= 1 − 𝑃𝑂𝐼𝑆𝑆𝑂𝑁. 𝐷𝐼𝑆𝑇( 2 ; 2,5 ; 𝑇𝑅𝑈𝐸 )
Question 8
What is the probability that the insurance company receives only 9 claims in the next 4
hours?
Q8 solution:
Let F= number of claims received in 4 hours.
𝐹~𝑃𝑜𝑖 (10)
𝑒 −10 109
𝑃(𝐹 = 9) = = 0.12511 … ≈ 0.125
9!
The following Excel command can be used:
= 𝑃𝑂𝐼𝑆𝑆𝑂𝑁. 𝐷𝐼𝑆𝑇( 9 ; 10 ; 𝐹𝐴𝐿𝑆𝐸 )
Question 9
How many claims can the insurance company expect in a 7-day week?
Q9 solution:
There are 8 hours in a day so there are 8 × 7 = 56 hours in a 7-day week.
Let W= number of claims received in a 7-day week (56 hours).
𝑊~𝑃𝑜𝑖 (140)
So, 140 claims can be expected in a 7-day week.
Questions 10 to 14 are based on the following information:
A doctor has found that 75% of his consultations are with people with flu (influenza)
symptoms. The doctor has 14 consultations booked for the day.
Question 10
What is the probability that more than 8, but at most 12, of the consultations will be with
people who have flu symptoms?
Q10 solution:
Event of interest: The person at the consultation has flu symptoms. Each
person/consultation is a trial.
There are a fixed, finite number of trials: 𝑛=14.
There are two complementary events for each trial: The person having the consultation has
flu symptoms or they do not have flu symptoms.
The trials are identical: P(success) = P(person at consultation has flu symptoms) = 0.75
The trials are independent
Let random variable 𝑋 count the number of consultations in which the person has flu
symptoms.
Then, 𝑋~𝐵𝑖𝑛(14 ; 0.75)
Question 11
What Excel command/formula can be used to calculate the probability that at least half of
the consultations will be for people with flu symptoms?
Q11 solution:
𝑃(𝑎𝑡 𝑙𝑒𝑎𝑠𝑡 ℎ𝑎𝑙𝑓 𝑓𝑜𝑟 𝑝𝑒𝑜𝑝𝑙𝑒 𝑤𝑖𝑡ℎ 𝑓𝑙𝑢 𝑠𝑦𝑚𝑝𝑡𝑜𝑚𝑠) Calculation done for your interest.
= 𝑃(𝑋 ≥ 7)
= 1 − 𝑃(𝑋 ≤ 6)
= 1 − 0.0103
= 0.9897
Question 12
The doctor can expect k of the consultations to be with people with flu symptoms. What is
the value of k?
Q12 solution:
𝑘 = 𝐸(𝑋) = (0.75)(14) = 10.5 ≈ 11
Question 13
What is the distribution of the random variable that gives the number of consultations that
are with people who do not have flu symptoms?
Q13 solution:
Let 𝑌 =no. of consultations that are with people who do not have flu symptoms
P(not have flu symptoms) = 1 – 0.75 = 0.25
𝑌~𝐵𝑖𝑛(14 ; 0.25)
Question 14
What Excel command/formula can be used to calculate the probability that the doctor has
at most 3 consultations with people who do not have flu symptoms?
Q14 solution:
Want the command/formula to calculate 𝑃(𝑌 ≤ 3).
= 𝐵𝐼𝑁𝑂𝑀. 𝐷𝐼𝑆𝑇(3; 14; 0,25; 𝑇𝑅𝑈𝐸)
Question 15
What is the probability that the woman will get ill because she picked two of the Type-2
pills?
Q15 solution:
Question 16
What is the probability that the woman took the correct medication?
Q16 solution:
Question 17
The woman gets very tired if she does not take a Type-2 pill in the morning. What is the
probability that she will get tired because she did not take a Type-2 pill?
Q17 solution:
Question 18
Let 𝑋 be the random variable that counts the number of Type-2 pills that the woman took
this morning. Using the answers in questions 15, 16 and 17, construct the pdf of 𝑋.
Q18 solution:
Question 19
What type of distribution does 𝑋 follow?
Q19 solution:
X has a hypergeometric distribution.
Q20 solution:
Let X= number of Model-A vacuum cleaners hired out in a day
𝑋~𝑃𝑜𝑖 (5)
𝑃(𝑋 ≤ 3) = 0.2650 (Poisson cumulative probability tables)
The following Excel command/formula can be used:
= 𝑃𝑂𝐼𝑆𝑆𝑂𝑁. 𝐷𝐼𝑆𝑇( 3 ; 5 ; 𝑇𝑈𝑅𝐸 )
Question 21
If the Model-B vacuum cleaner is hired out for R100 per day, how much income can the
shopkeeper expect to earn from hiring out Model-B vacuum cleaners in a 5-day week?
Q21 solution:
Let Y= number of Model-B vacuum cleaners hired out in a day
𝑌~𝑃𝑜𝑖 (2)
Let F=number of Model-B vacuum cleaners that are hired out in 5 days.
In 1 day, 2 Model-B vacuum cleaners are expected to be hired out.
In 5 days, 2 × 5 = 10 Model-B vacuum cleaners are expected to be hired out.
𝐹~𝑃𝑜𝑖 (10)
10 Model-B vacuums are expected to be hired out in 5 days. Each gets hired out for R100.
So, the shopkeeper can expect 10 × 100 = 𝑅1000 in income from hiring out Model-B
vacuum cleaners (in 5 days).
Question 22
In total, how many vacuums can the shopkeeper expect to hire out in a 5-day week?
Q22 solution:
Let W=number of Model-A vacuum cleaners hired out in 5 days.
In 1 day, 5 Model-A vacuums are expected to be hired out.
In 5 days, 5 × 5 = 25 Model-A vaccums are expected to be hired out.
𝑊~𝑃𝑜𝑖 (25)
Let F=number of Model-B vacuum cleaners that are hired out in 5 days (from Q21)
𝐹~𝑃𝑜𝑖 (10)
So, in 5 days the shopkeeper can expect to hire out 25 Model-A vacuums and 10 Model-B
vacuums i.e. a total of 35 vacuums.
Question 23
What Excel command/formula can be used to calculate the probability that no grade-3
apples are picked?
Q23 solution:
Let X= number of grade-3 apples selected
Find: 𝑃(𝑋 = 0)
= 𝐻𝑌𝑃𝐺𝐸𝑂𝑀. 𝐷𝐼𝑆𝑇( 0 ; 5 ; 3 ; 12 ; 𝐹𝐴𝐿𝑆𝐸)
OR (since 0 is the minimum value that X can take on)
= 𝐻𝑌𝑃𝐺𝐸𝑂𝑀. 𝐷𝐼𝑆𝑇( 0 ; 5 ; 3 ; 12 ; 𝑇𝑅𝑈𝐸 )
Question 24
What is the probability that at most 1 grade-3 apple is picked?
Q24 solution:
3 9 3 9
( )( ) ( )( )
𝑃(𝑋 ≤ 1) = 𝑃(𝑋 = 0) + 𝑃(𝑋 = 1) = 0 5 + 1 4 = 0.6363 … ≈ 0.636
12 12
( ) ( )
5 5
The following Excel command/formula can be used:
= 𝐻𝑌𝑃𝐺𝐸𝑂𝑀. 𝐷𝐼𝑆𝑇( 1 ; 5 ; 3 ; 12 ; 𝑇𝑅𝑈𝐸 )
Part 2 – Chapter 9
Training hours 20 36 20 38 40 33 32 28 40 24
Output 40 70 44 56 60 48 62 54 63 38
Question 25
Calculate the coefficient of determination and gives it’s interpretation.
Q25 solution:
𝑟 2 = (0.807 … )2 = 0.6516 … ≈ 0.65
Approximately 65% of the variability of an assembly worker’s output can be explained by it’s
linear relationship with the number of hours spent training.
Question 26
Find the equation of the line of best fit. Then, use it to predict the output of an assembly
worker who has had 35 hours of training.
Q26 solution:
𝑦̂ = 18.91569606 + 1.112035496 𝑥
When 𝑥 = 35: 𝑦̂ = 18.91569606 + (1.112035496)(35) = 57.83694 … ≈ 58
Interest rate
(%) 7,0 6,5 5,5 6,0 8,0 8,5 6,0 6,5 7,5 8,0 6,0
Loan
applications 18 22 30 24 16 18 28 27 20 17 21
Question 27
What is the value of the correlation coefficient?
Q27 solution:
𝑟 = −0.830200 … ≈ −0.83
Question 28
Find the line of best fit.
Q28 solution:
𝑦̂ = 48.991 − 3.946 𝑥
(values rounded to 3 decimals)