63
CHAPTER 5 SPECIAL DISTRIBUTION CHAPTER OUTLINE 5.1 Discrete distribution 5.1.1 Binomial distribution 5.1.2 Poisson distribution 5.2 Continuous distribution 5.2.1 Normal distribution 1

Statistik Chapter 5

Embed Size (px)

DESCRIPTION

 

Citation preview

Page 1: Statistik Chapter 5

CHAPTER 5

SPECIAL DISTRIBUTION

CHAPTER OUTLINE

5.1 Discrete distribution

5.1.1 Binomial distribution

5.1.2 Poisson distribution

5.2 Continuous distribution

5.2.1 Normal distribution

5.3 Introduction to t-distribution

1

Page 2: Statistik Chapter 5

OBJECTIVES

Student should be able to:

1. Determine the distribution and also differentiate the distribution form.

2. Solve any problem related to Binomial, Poisson and Normal distribution.

5.1 DISCRETE DISTRIBUTION

- Consist of the values a random variable can assume and the corresponding probabilities of the values.

- The probabilities are determined theoretically or by observation.

5.1.1 BINOMIAL DISTRIBUTION

Binomial Distribution - the outcomes of a binomial experiment and the corresponding probabilities of these outcomes.

It is applied to find the probability that an outcome will occur x times in n performances of experiment.

For example:

2

Page 3: Statistik Chapter 5

The probability of a defective laptop manufactured at a firm is 0.05 in a random sample of ten.

The probability of 8 packages will not arrive at its destination.

To apply the binomial probability distribution, the random variable x must be a discrete dichotomous random variable.

Each repetition of the experiment must result in one of two possible outcomes.

Conditional of a Binomial Experiment

1. Each trial can have only two outcomes or outcomes that can be reduced to two outcomes. These outcomes can be considered as either success or failure.

2. There must be a fixed number of trials.

3. The outcomes of each trial must be independent of each other. In other words, the outcome of one trial does not affect the outcome of another trial.

4. The probability of success is denoted by p and that of failure by q, and p + q =1. The probabilities p and q remain constant for each trial.

3

Page 4: Statistik Chapter 5

A. Calculating Binomial Probabilities by Using Binomial Formula

For a binomial experiment, the probability of exactly x successes in n trials is given by the binomial formula:

P(x) = nCx px qn-x

Where;

n = the total number of trialsp = probability of successq = 1 - p = probability of failurex = number of successes in n trialsn - x = number of failures in n trials

Example 1

Note: The success does not mean that the

corresponding outcome is considered favorable or desirable and vice versa

The outcome to which the question refers is called a success; the outcome to which it does not refer is called a failure.

4

Page 5: Statistik Chapter 5

Compute the probabilities of X successes, using the binomial formula.

a. n = 6, X = 3, p = 0.03

b. n = 4, X = 2, p = 0.18

Solution:

a. P(x = 3) = 6C3(0.03)3(1-0.03)6-3

= 6C3(0.03)3(0.97)3

= 0.0005

b. P(x = 2) = 4C2(0.18)2(1-0.18)4-2

= 4C2(0.18)2(0.82)2

= 0.1307

Example 2

A survey found that one out five Malaysian says he or she has visited a doctor in any given month. If 10 people are selected at random, find the probability that exactly 3 will have visited a doctor last month.

Solution:In this case, n = 10, x = 3, p = 1/5 and q = 4/5

P(x = 3) = 10C3(1/5)3(4/5)7

= 0.2013

Exercise 1

5

Page 6: Statistik Chapter 5

1. A burglar alarm system has 6 fail-safe components. The probability of each failing is 0.05. Find these probabilities:a) Exactly 3 will failb) Less than 2 will failc) None will fail

2. A survey from Teenage Research Unlimited found that 30% of teenage consumers receive their spending money from part-time jobs. If 5 teenagers are selected at random, find the probability that at least 3 of them will have part-time jobs.

3. R. H Bruskin Associates Market Research found that 40% of Americans do not think that having a college education is important to succeed in the business world. If a random sample of five American is selected, find these probabilities.a) Exactly two people will agree with that statement.b) At most three people will agree with that statementc) At least two people will agree with that statement d) Fewer than three people will agree with that

statement.

4. It was found that 60% of American victims of health care fraud are senior citizens. If 10 victims are randomly selected, find the probability that exactly 3 are senior citizens.

6

Page 7: Statistik Chapter 5

B. Using Table of Binomial Probabilities

The probabilities for a binomial experiment can also be read from the table of binomial probabilities.

For any number of trials n:

1. The binomial probability distribution is symmetric if p = 0.5.

2. The binomial probability distribution is skewed to the right if p is less than 0.5.

3. The binomial probability distribution is skewed to the left if p is greater than 0.5.

7

Page 8: Statistik Chapter 5

From the table also, it is easier to calculate various from of binomial distribution such as:

EquallyP(X = x) = P(X ≤ x) - P(X ≤ x - 1)

At mostP(X ≤ x) = P(X ≤ x) (directly from the table)

Less thanP(X < x) = P(X ≤ x - 1)

At leastP(X ≥ x) = 1 – P(X ≤ x - 1)

Greater thanP(X > x) = 1 – P(X ≤ x)

From x1 to x2P(x1 ≤ X ≤ x2) = P(X ≤ x2) - P(X ≤ x1 - 1)

Between x1 and x2P(x1<X<x2) = P(X ≤ x2 - 1) - P(X ≤ x1)

Between x1 to x2P(x1< X ≤ x2) = P(X ≤ x2) - P(X ≤ x1 )

Example 3

Compute the probability of X successes using the Binomial Table.a. n = 2, p = 0.30, X = 1

b. n = 4, p = 0.45, X = 3

Solution:

8

Page 9: Statistik Chapter 5

a) P(X = 1) = P(X ≤ 1) - P(X ≤ 0) = 0.9100 – 0.4900 = 0.4200

b) P(X = 3) = P(X ≤ 3) - P(X ≤ 2) = 0.9590 – 0.7585 = 0.2005

Example 4

25% of all VCR manufactured by a large electronics company are defective. A quality control inspector randomly selects three VCRs from the production line. What is the probability that,

a) exactly one of these three VCRs is defective.

b) at least two of these VCRs are defective.

c) three of these VCRs are defective.

Solution:

p = 0.25, q = 1 – 0.25 = 0.75, n = 3

a) P(X = 1) = P(X ≤ 1) - P(X ≤ 0) = 0.8438 – 0.4219 = 0.4219

b) P(X ≥ 2) = 1 – P(X ≤ 1) = 1 – 0.8438 = 0.1562

9

Page 10: Statistik Chapter 5

c) P(X = 3) = P(X 3) – P(X 2) = 1.000 – 0.9844 = 0.0156

Exercise 2

1. If 65% of the people in a community use the gym facilities in one year, find these probabilities for a sample of 10 people.

a) Exactly four people used the gym facilities.

b) At least six people not used the gym facilities.

2. In a poll of 12 to 18 year old females conducted by Harris Interactive for the Gillette Company, 40% of the young female said that they expected the US to have a female president within 10 years. Supposed a random sample of 15 females from this age group selected. Find the probabilities that of young female in this sample who expect a female president within 10 years is,

a) at least 9b) at most 5c) 6 to 9d) in between 4 and 8e) less than 4

10

Page 11: Statistik Chapter 5

3. In a Gallup Survey, 40% of the people interviewed were unaware that maintaining a healthy weight could reduce the risk of stroke. If 15 people are selected at random, find the probability that at least 9 are unaware that maintaining a proper weight could reduce the risk of stroke.

C. Mean and Standard Deviation of the Binomial Distribution

The mean, variance and standard deviation of a binomial distribution are:

Mean = = npVariance = 2 = npq

Standard deviation = = npq

where;

n = the total number of trialsp = probability of successq = 1-p = probability of failure

11

Page 12: Statistik Chapter 5

Example 5

Find the mean, variance and standard deviation for each of the values of n and p when the conditions for the binomial distribution are met.

a) n = 100, p = 0.75

b) n = 300, p = 0.3

Solution:

a) = np = 100(0.75) = 75 2 = npq = 100(0.75)(0.25) = 18.75

= npq = 18.75 = 4.33

b) = np = 300(0.30) = 90 2 = npq = 300(0.30)(0.70) = 63

= npq = 63 = 7.94

Example 6

The Statistical Bulletin published by Metropolitan Life Insurance Co. reported that 2% of all American births result in twins. If a random sample of 8000 births is taken, find the mean, variance and standard deviation of the number of births that would result in twins.

12

Page 13: Statistik Chapter 5

Solution:

= np = 8000(0.02) = 160

2 = npq = 8000(0.02)(0.98) = 156.8

= npq = 156.8 = 12.520

Exercise 3

1. It has been reported that 83% of federal government employees use e-mail. If sample of 200 federal government employees is selected, find the mean, variance and standard deviation of the number who use e-mail.

2. A survey found that 25% of Malaysian watch movie at the cinema. Find the mean, variance and standard deviation of the number of individuals who watch movie at the cinema if a random sample of 1000 Malaysian is selected at the Bintang Walk.

13

Page 14: Statistik Chapter 5

1.5.2 POISSON DISTRIBUTION

Derived from the French mathematician Simeon D. Poisson.

A discrete probability distribution that is useful when n is large and p is small and when the independent variables occur over a period of time or given area or volume.

Conditional to apply the Poisson Probability Distribution. x is a discrete random variable. The occurrences are random. The occurrences are independent.

The following examples show the application of the Poisson probability distribution.

The number of accidents that occur on a highway given during a one-week period.

The number of customers entering a grocery store during a one-hour interval.

The number of television sets sold at a department store during a given week.

The number of typing errors per page.

A certain type of fabric made contains an average 0.5 defects per 500 yards.

14

Page 15: Statistik Chapter 5

A. Poisson Probability Distribution Formula

According to the Poisson probability distribution, the probability of x occurrences in an interval is:

where,

: mean number of occurrences in that intervale: approximately 2.7183

Example 7:

Find each probability P(X; ), using the Poisson formulaa) P(5; 4)

b) P(2; 4)

Solution:

a) P(X = 5) = e-4(45)/5! = 0.1563

b) P(X = 2) = e-4(25)/2! = 0.2931

stop here

15

Page 16: Statistik Chapter 5

Example 8

If there are 200 typographical errors randomly distributed in a 500-page manuscript, find the probability that a given page contains exactly three errors.

Solution:

Find the number of errors: = 200/500 = 0.4 (error per page)

= 0.0072Exercise 4:

1. On average a household receives 2 telemarketing phone calls per week. Using the Poisson distribution formula, find the probability that a randomly selected household receives:

a. exactly six telemarketing phone calls during a given week.

b. less than three telemarketing phone calls in one month.

2. A washing machine in a LaundryMat breaks down an average of three times per month. Using the Poisson probability distribution formula, find the probability that this machine will have

a. exactly two break downs per month

16

Page 17: Statistik Chapter 5

b. at most one break down per monthc. no break downs in 2 months

3. In an airport between 1900 and 2000 hours, the number of airplane that land follows a Poisson distribution with mean 0.9 per five minutes interval. Find the probability that the number of plane that land is:

a. one or less between 1900 and 1905 hoursb. more than three between 1915 and 1930 hours

17

Page 18: Statistik Chapter 5

C. Using the Table of Poisson Probabilities

The probabilities for a Poisson distribution can also be read from the table of Poisson probabilities.

Equally P(X = x) = P(X ≤ x) - P(X ≤ x - 1)

At mostP(X ≤ x) = P(X ≤ x) (directly from the table)

Less than P(X < x) = P(X ≤ x - 1) At least P(X ≥ x) = 1 – P(X ≤ x - 1)Greater than P(X > x) = 1 – P(X ≤ x)From x1 to x2 P(x1 ≤ X ≤ x2) = P(X ≤ x2) - P(X ≤ x1 - 1)Between x1 and x2 P(x1<X<x2) = P(X ≤ x2 - 1) - P(X ≤ x1)Between x1 to x2 P(x1< X ≤ x2) = P(X ≤ x2) - P(X ≤ x1 )

Example 9:Find the probability P(X; ); using Poisson table

a. P(10;7)b. P(9;8)

Solution:

a) P(X = 10) = P(X 10) – P(X 9) = 0.9015 – 0.8305 = 0.0710

18

Page 19: Statistik Chapter 5

b) P(X = 9) = P(X 9) – P(X 8) = 0.7166 – 0.5925 = 0.1241

Example 10:A sales firm receives on average three calls per hour on its toll-free number. For any given hour, find the probability that it will receive the following:

a) at most 3 callsb) at least 3 callsc) five or more callsd) between 1 to 4 calls in 2 hours

Solution: = 3 calls per houra) P(X 3) = 0.6472

b) P(X 3) = 1 – P(X 2)

19

Page 20: Statistik Chapter 5

= 1 – 0.4232 = 0.5768

c) P(X 5) = 1 – P(X 4) = 1 – 0.8153 = 0.1847

= 6 calls in 2 hoursd) P(1< X 4) = P(X 4) – P(X 1) = 0.2851 – 0.0174 = 0.2677Exercise 5:

1. An average of 4.8 customers comes to Malaysia Savings and Loan every half hour. Find the probability that during a given hour, the number of customer will come is

a. exactly two b. at most 2c. noned. more than 5 in one hour

2. Sports Score Jay receives, on average, eight calls per hour requesting the latest sports score. The distribution is Poisson in nature. For any randomly selected hour, find the probability that the company will receive

a. at least eight callsb. three or more callsc. at most seven calls.

20

Page 21: Statistik Chapter 5

D. Mean and Standard Deviation of the Poisson Distribution

Mean, = Variance, 2 =

Standard Deviation, =

Example 11:

An auto salesperson sells an average of 0.9 cars per day. Find the mean, variance and standard deviation of cars sold per day by this salesperson.

Solution:

= = 0.9 2 = = 0.9 = = 0.9 = 0.9487

Example 12:

An insurance salesperson sells an average of 1.4 policies per day.

21

Page 22: Statistik Chapter 5

a) Find the probability that this salesperson will sell no insurance policy on a certain day.

b) Find the mean, variance and standard deviation of the probability this salesperson will sell the policies per day.

Solution: = 1.4 policies per day a) P(X = 0) = P(X 0) = 0.2466

b) = = 1.4

2 = = 1.4 = = 1.4 = 1.1832

Example 13:

Assuming that the number of accidents that occur in a certain company in a week has a Poisson distribution with a standard deviation of 1.4. Determine:

a) the mean number of accidents that occur in a weekb) the probability that in a week, there are no accidents.

Solution: = 1.4 accidents a) = 2 = (1.4)2

= 1.96

b) P ( X = 0) = e-1.96 (1.96)0/0! = 0.1408

22

Page 23: Statistik Chapter 5

5.2 CONTINUOUS DISTRIBUTION

In Chapter 4, we defined a continuous random variable as a random variable whose values are not countable.

A continuous random variable can assume any value over an interval or intervals.

Because the number of values contained in any interval is infinite, the possible number of values that a continuous random variable can assume is also infinite.

Example of continuous random variables: The life of battery, heights of people, time taken

to complete an examination, amount of milk in a gallon, weights of babies, prices of houses.

The probability distribution of continuous random variable has two characteristics:1. The probability that x assumes a value in any

interval lies in the range 0 to 1. (Figure 1)

Figure 1: Area under a curve between two points.

23

Page 24: Statistik Chapter 5

2. The total probability of all the (mutually exclusive) intervals within which x can assume a value is 1.0. (Figure 2)

Figure 2: Total area under a probability distribution.

5.2.1 NORMAL DISTRIBUTION

The normal distribution is the most important and most widely used among all of probability distributions.

A large number of phenomena in the real world are normally distributed either exactly or approximately.

The normal probability distribution or the normal curve is a bell-shaped (symmetric) curve.

Its mean is denoted by while its standard deviation is denoted by . (Figure 3)

24

Page 25: Statistik Chapter 5

Figure 3: Normal distribution with mean; and standard deviation; .

A plotted normal probability distribution will gives a bell-shaped curve which can be illustrated likes:

a) The total area under the curve is 1.0.

b) The curve is symmetric about the mean.

c)

c) The two tails of the curve extend indefinitely which means that the curve never touch x- axis.

25

Page 26: Statistik Chapter 5

5.2.1.1 THE STANDARD NORMAL DISTRIBUTION

Is a normal distribution with = 0 and = 1. The value under the curve indicates the proportion of

area in each section. (example figure 2; pg: 27) The units for the standard normal distribution curve

are denoted by z and called the z values or z scores. The z value or z score is actually the number of

standard deviation that a particular x value is away from the mean.

The area under a standard normal distribution curve is used to solve practical application problems such as: finding the % of adult woman whose height is

between 5 feet 4 inches and 5 feet 7 inches.

A.Finding areas under the standard normal distribution curve

26

Page 27: Statistik Chapter 5

The standard normal distribution table lists the areas under the standard normal curve to the left of z-values from –3.49 to 3.49.

Although the z-values on the left side of the mean are negative, the area under the curve is always positive.

Example 14:Find the area under the standard normal curve to the left of z = 1.95

Solution:

Note: z = 1.95 can be interpreted as area to the left of 1.95.

P(z < 1.95) = 0.9744 orP(z < 1.95) = P(z 1.95) = 0.9744

27

Page 28: Statistik Chapter 5

0 1.56

-2.87 0

0 2.45

-1.32 0

The probability that a continuous random variable assumes a single value is zero. Therefore, P(z = 1.95) = 0.

Exercise 7:

Find the area under the standard normal curve:a) To the left of z = 1.56b) To the left of z = -2.87c) To the right of z = 2.45

d) To the right of z = -1.32e) From z = 0.85 to z = 1.95f) Between z = -2.15 and

z=1.67

Solution:

a) To the left of z = 1.56P(z < 1.56) = 0.9406

b) To the left of z = -2.87P(z < -2.87) = 0.0021

c) To the right of z = 2.45P(z > 2.45) = 1 - P(z < 2.45) = 1 - 0.9929

= 0.0071

d) To the right of z = -1.32P(z > -1.32) = 1 – P(z < -1.32)

28

Page 29: Statistik Chapter 5

0.85 1.95

-2.15 1.67

= 1 - 0.0934 = 0.9066

e) From z = 0.85 to z = 1.95P(0.85 z 1.95)= P(z 1.95) – P(z 0.85)= 0.9744 – 0.8023 = 0.1721

f) Between z = -2.15 and z = 1.67P(-2.15 < z < 1.67)= P(z < 1.67) – P(z < -2.15)= 0.9525 – 0.0158 = 0.9367

B. Converting an x Value to a z Value

For a normal variable x, a particular value of x can be converted to its corresponding z value by using the formula:

z = X -

where and are the mean and standard deviation of the normal distribution of x, respectively.

Example 14:

Remember!

The z value for the mean of a normal distribution is always zero.

29

Page 30: Statistik Chapter 5

Let x be a continuous random variable that has a normal distribution with a mean of 50 and a standard deviation of 10. Convert the following x values to z values.a) 55 b) 35

Solution:For the given normal distribution, = 50 and =10a) The z value for x = 55 is computes as follows:

z = X - = 55 – 50 = 0.50 10

b) z = 35 – 50 = -1.5 10

Example 15:Let x be a continuous random variable that is normally distributed with a mean of 65 and a standard deviation of 15. Find the probability that x can assumes a value:

a) less than 43b) greater than 74c) between 56 and 71Solution:

a) P(X < 43) = P(z < X - ) = P(z < 43 – 65) 15 = P(z < -1.47) = 0.0708

30

Page 31: Statistik Chapter 5

b) P(X > 74) = P(z > 74 – 65) 15 = P(z > 0.6) = 1 – P(z < 0.6) = 1 – 0.7257 = 0.2743

c) P(71 < X < 56) = P(71 – 65 < z < 56 – 65) 15 15 = P(0.4 < z < -0.6) = P(z < 0.4) – P(z < -0.6) = 0.6554 – 0.2743 = 0.3811

Exercise 6:

1. Let x denote the time takes to run a road race. Supposed x is approximately normally distributed with mean of 190 minutes and standard deviation of 21 minutes. If one runner is selected at random, what is the probability that this runner will complete this road race?

a. in less than 150 minutesb. in 205 to 245 minutes

2. The mean number of hours a student spends on the computer is 3.1 hours per day. Assume the standard deviation is 0.5 hour. Find the percentage of students who spend less than 3.5 hours on the computer. Assume the variable is normally distributed.

31

Page 32: Statistik Chapter 5

Standard normal

t distribution for 5 degrees of freedom

3. The score of 6000 candidates in a certain examination are found to be approximately normal distributed with a mean of 55 and a standard deviation of 10:

a. If a score of 75 or more is required for passing the distinction, estimate the number of grades with distinction.

b. Calculate the probability that a candidate selected at random has a score between 45 and 65.

INTRODUCTION TO t-DISTRIBUTION

The t distribution is very similar to the standardized normal distribution.

Both distributions are bell-shaped and symmetrical. However, the t distribution has more area in the tails

and less in the center than does the standardized normal distribution.

This is because is unknown and S is used to estimate it.

Because the value of is uncertain, the values of t that are observed will be more variable than for Z.

32

Page 33: Statistik Chapter 5

As the number of degrees of freedom increases, the t distribution gradually approaches the standardized normal distribution until the two are virtually identical.

This happens because S becomes a better estimate of as the sample size gets larger.

With a sample size of about 120 or more, S estimates precisely enough that there is little difference between the t and Z distributions.

For this reason, most statisticians use Z instead of t when the sample size is greater than 120.

33

Page 34: Statistik Chapter 5

EXERCISES

1. 10 % of the bulbs produced by a factory are defective. A sample of 5 bulbs is selected randomly and tested for defect. Find the probability thatb) two bulbs are defectivec) at least one bulb is defective

2. In a university, 20 percent of the students fail the statistic

test. If 20 students from the university are interviewed, what is the probability of getting:

b) less than 3 students who fail the testc) more than 3 students who fail the testd) exactly 4 students who fail the test

3. A financial institution in Kuala Lumpur has offer a job as a risk analyst. For the minimum qualification, the applicant must seats for writing test. Based on the management experience, 40% of the applicants will pass the test and qualified for the interview session. There are 20 applicants who have applied for the jobs. Find the probability that there are more than 50% applicants will pass the test.

4. An Elementary Statistic class has 75 members. If there is a 12% absentee rate per class meeting, find the mean, variance and standard deviation of the number of students who will be absent from each class.

34

Page 35: Statistik Chapter 5

5. Before an umbrella leaves the factory, it is given a quality control check. The probability that an umbrella contains zero, one or two defects is 0.88, 0.08 and 0.04 respectively. In a sample of 16 umbrellas, find the probability that:

a. 9 will have no defectb. 4 will have one defectc. 3 will have two defect

6. En. Rostam is a credit officer at the Trust Bank. Based on his experience, he estimates that an average he will receive the loan application in a week is 3 applications. Find the probability that:

a. he receives none loan application in a weekb. he receives 2 until 5 loan applications in a weekc. at least 5 loan applications he receives in 14 days.

7. A bookstore owner examines 5 books from each lot of 25 to check for missing pages. If he finds at least two books with missing pages, the entire lot is returned. If indeed, there are five books with missing pages, find the probability that the lot will be returned.

8. The numbers of customers who enter shop ABC independent of one another and at random intervals follow a Poisson distribution with an average rate 42 customers per hour. Find the probability that:

35

Page 36: Statistik Chapter 5

a. no customer enter the shop during a particular 1 minutes interval

b. at least 4 customers enter the shop during a particular 5 minutes interval

c. between 2 and 6 customers enter the shop during a particular 10-minute interval.

9. One research has been conducted by Student’s Affair Department of Menara University regarding about the PNGK that had been obtained by final semester student for 2002/2203 session. The outcome of the research showed that the PNGK of the student is normal distributed with mean is 2.80 and standard deviation is 0.40. If one final semester student has been selected at random;

a. Calculate the probability that the student gets PNGK from 2.00 until 3.00

b. Find the percentage that the student gets PNGK less than 2.00

c. Calculate the probability that the student gets PNGK at least 3.00

d. Calculate the probability that the student gets PNGK more than 3.70 (first class honors). If the university has 1000 final semester student, find the number of first class honors student.

10. Encik Ahmad works as a lawyer at his own law firm which situated at Bandar Kenangan. He drives his car to go to his workplace and return back to his house everyday. The return estimated time taken to his

36

Page 37: Statistik Chapter 5

working place is normal distributed with mean 24 minutes and standard deviation is 3.8 minutes.

a. Calculate the probability of estimated time taken by Encik Ahmad to go to his workplace and return back to his house at least half and hour.

b. Find the probability of estimated time taken by Encik Ahmad to go to his workplace and return back to his house from 20 minutes until 25 minutes

c. Find the percentage that the estimated time taken by Encik Ahmad to go to his workplace and return back to his house is more than 25 minutes.

d. Find the probability of estimated time taken by Encik Ahmad to go to his workplace and return back to his house is less than 10 minutes.

11. The average electric bill in a residential area is RM 72 for a month of April. The standard deviation is RM 6. If the amounts of the electric bills are normally distributed, find the probability that the mean of the bill for 15 residents will be less than RM 75.

12.Average waiting time for the customer at the bank counter to receive the service is 3.5 minutes and the standard deviation is 1.0 minutes. If 35 customers have been selected at random, what is the probability waiting time from 3.0 minutes until 4.0 minutes? Then, explain your answer.

37

Page 38: Statistik Chapter 5

13.Assume X is timing for a runner to finish his 2 km run. Given X is normally distributed with mean 15 minutes and standard deviation is 3 minutes. If one runner is selected at random, find the probability that the runner can finish his 2km run in time;

a. Less than 13 minutesb. Not more than 16 minutesc. Within 14 minutes and 17 minutes.

14.Given the systolic blood pressure for the obesity group has mean 132 mmHg and standard deviation 8 mmHg. Assume the variable normally distributed, find the probability an obese person that has been selected at random have a systolic blood pressure:

a. More than 130 mmHg.b. Less than 140 mmHg.c. Between 131 mmHg and 136 mmHg.

15. The number of passenger for domestic flight from Alor Setar to Kuala Lumpur is normally distributed with mean 80 and standard deviation 12. If one domestic flight is selected at random, find the probability the plain has a passenger:

a. less than 90 passengersb. at least 75 passengersc. between 79 to 95 passengers

ANSWERSExercise 1: 1. p = 0.05, q = 1 – 0.05 = 0.95, n = 6

38

Page 39: Statistik Chapter 5

a) P(X=3) = 6C3(0.05)3(0.95)6-3

= 0.0021

b) P(X < 2) = P(X = 0) + P(X = 1) = 6C0(0.05)0(0.95)6-0 + 6C1(0.05)1(0.95)6-1

= 0.7351 +0.2321 = 0.9672

c) P(X=0) = 6C0(0.05)0(0.95)6-0

= 0.7351

2. p = 0.30, q = 1 – 0.30 = 0.70, n = 5

P(X ≥ 3) = P(X = 3) + P(X = 4) + P(X=5) = 5C3 (0.30)3(0.70)2 + 5C4 (0.30)4(0.70)1 + 5C5 (0.30)5(0.70)0

= 0.1323 + 0.0283 + 0.0024 = 0.1631

3. p = 0.40, q = 1 – 0.40 = 0.60, n = 5

a) P(X=2) = 5C2(0.04)2(0.6)5-2

= 0.3456

b) P(X ≤ 3) = 1- ( P(X = 4) + P(X = 5))= 1 – (5C4 (0.4)4(0.6)1 +

5C5 (0.4)5(0.6)0)= 1 – (0.0768 +0.01024= 0.91296

c) P( X ≥ 2 ) = P(X = 0) + P(X=1) + ( P=2)= 5C0 (0.4)0(0.6)5 +

5C1 (0.4)1(0.6)4 + 5C2 (0.4)2(0.6)3

= 0.07776 + 0.2592 + 0.3456= 0.6826

4. p = 0.6, q = 1 – 0.6 = 0.4, n = 10

P(X=3) = 10C3 (0.6)3(0.4)7

= 0.042

Exercise 2:

1. p = 0.65, q = 0.35, n = 10a) P(X = 4) = 10C4 (0.65)4(0.35)10-4

= 0.0689

p = 0.35, q = 0.65, n = 10b) P(X 6) = 1 – P(X 5)

= 1 – 0.9051 = 0.0949

2. p = 0.4, q = 0.6, n = 15 a) P(X 9) = 1 – P(X 8)

= 1 – 0.9050= 0.095

b) P(X 5) = 0.4032 c) P(6 X 9) = P(X 9) – P(X 5)

= 0.9662 – 0.4032 = 0.5630

d) P(4 < X < 8) = P( X 7) – P(X 4) = 0.7869 – 0.2173 = 0.5696

e) P(X < 4) = P(X 3) = 0.0905

3. p = 0.40, q = 1 – 0.40 = 0.60, n = 15

P(X 9) = 1 – P(X 8) = 1 – 0.9050= 0.095

Exercise 3:

1. = np = 200(0.83) = 166

2 = npq = 200(0.83)(0.17) = 28.22

= npq = 28.22 = 5.3122

2. = np = 1000(0.25) = 250

2 = npq = 1000(0.25)(0.75) = 187.5

39

Page 40: Statistik Chapter 5

= npq = 187.5 = 13.6931

Exercise 4:

1. = 2 telemarketing phone calls per week

a) P(X = 6) = = 0.0120

= 8 telemarketing phone calls in one monthb) P(X < 3) = P(X 2)

= P(X = 0) + P(X = 1) + P(X = 2)

= = 0.0003 + 0.0027 + 0.0107 = 0.01372. = 3 times breakdown per month

a) = 0.2240

b) P(X 1) = = 0.0498 + 0.1494 = 0.1992

= 6 times breakdown in 2 months

c) P(X = 0) = = 0.0025

3. = 0.9 plain lands at the airport per 5 min interval.

a) P(X 1) = P(X=0) + P(X=1) = (e-0.9 (0.9)0)/0! + (e-0.9

(0.9)1)/1! = 0.4066 + 0.3659 = 0.772

= 0.9*3 = 2.7 plains land at the airport per 15 min interval.

b) P(X > 3) = 1- P (X ≤ 3) = 1 – ((P(X=0) + P(X=1) +

P(X=2) + P(X=3) = 1 – ((e-2.7 (2.7)0)/0! +

(e-2.7 (2.7)1)/1!)/1! + (e-2.7 (2.7)2)/2!) + (e-2.7 (2.7)3)/3!)

= 1 – (0.0672 + 0.1815 + 0.245 + 0.2205) = 1 – 0.7142 = 0.286

Exercise 5:1. = 4.8 customer every half hour

a) P(X = 2) = P(X 2) – P(X 1) = 0.1425 – 0.0477 = 0.0948

b) P(X 2) = 0.1425

c) P(X = 0) = P(X 0) = 0.0082

= 9.6 customer in one hour d) P(X > 5) = 1 – P(X 5)

= 1 – 0.0838 = 0.9162

2. = 8 calls per houra) P (X ≥ 8) = 1 – P(X ≤ 7)

= 1 – 0.4530 = 0.547

b) P (X ≥ 3) = 1 - P(X ≤ 3) = 1 – 0.0138= 0.9862

c) P (X ≤ 5) = 0.1912

Exercise 6

1. a) P(X < 150) = P(z < 150 - 190) 21

40

Page 41: Statistik Chapter 5

= P(z < -1.9) = 0.0281

b) P(205 < z < 245)= P(z < 2.62) - P(z < 0.71)= 0.9956 – 0.7611 = 0.2345

2. P(X < 3.5) = P(z < 3.5 – 3.1) 0.5 = P(z < 0.8) = 1 - 0.7881 = 0.2119 = 21.19%

3. n = 6000, μ = 55, σ = 10a) P(X > 75) = P(z < 75 – 55) 10 = P(z < 2) = 1 - P(z < 2) = 1 - 0.9772 = 0.0228

Thus, the number of graduates with distinction is0.0228( 6000) = 136.8

≈ 137 graduates

b) P(65 < X < 45) = P[(65 – 55) <z < 45 – 55)] 10 10 = P( 1 < z < -1)

= 0.8413 – 0.1587= 0.6826

Exercises

1. p = 0.1, q = 0.9, n = 5 a) P(X=2) = 5C2(0.1)2(0.9)3

= 0.0729or

P(X=2) = P(X≤2) – P(X≤1) = 0.9914 – 0.9188 = 0.0729

b) P (X ≥ 1) = 1 – P(X=0) = 1 – [5C0(0.1)0(0.9)5 ] = 1 – 0.5905 = 0.4095

or P(X≥ 1) = 1 – P(X≤0)

= 1 – 0.5905 = 0.4095

2. p = 0.2, q = 0.8, n = 20a) P(X < 3) = P(X≤2)

= 0.2061or

P(X < 3) = P(X=0) + P(X=1) + P(X=2)= 20C0(0.2)0(0.8)20 +

20C1(0.2)1(0.8)19 + 20C2(0.2)2(0.8)18

= 0.01152 + 0.0576 + 0.1369= 0.2061

b) P(X=4) = 20C4(0.2)4(0.8)16 = 0.2182or

P(X=4) = P(X≤4) - P(X≤3)= 6296 – 0.4114= 0.2061

3. p = 0.4, q = 0.6, n =20P(X>10) = 1 – P(X≤9)

= 1 – 0.4044 = 0.5956

4. p = 0.12, q = 0.88, n = 75 = np = 75(0.12) = 9

2 = npq = 75(0.12)(0.88) = 7.92

= npq = 7.92 = 2.814

5. p = 0.88, q = 0.12, n = 16 a) P(X=9) = 16C9(0.88)9(0.12)7

= 0.0013

p = 0.08, q = 0.92, n = 16

41

Page 42: Statistik Chapter 5

b) P(X=4) = 16C4(0.08)4(0.92)12

= 0.0274

p = 0.04, q = 0.96, n = 16 c) P(X=3) = 16C3(0.04)3(0.96)13

= 0.0211

6. = 3 loan applications per weeka) P(X = 0) = (e-3 (3)0)/0!

= 0.0498

b) P(2 ≤ z ≤ 5) = P(X≤5) - P(X≤2) = 0.9161 – 0.4232 = 0.4929

= 6 loan applications per 2 weeks c) P (X ≥ 5) = 1 - P(X ≤ 4)

= 1 – 0.2851 = 0.7149

7. = 5 books from each lot P(X = 5) = (e-5 (5)5)/5!

= 0.1754

8. = 42/60 = 0.7 customer per minutea) P(X = 0) = (e-0.7 (0.7)0)/0!

= 0.4966

= 0.7(5) = 3.5 customer per five minutes b) P (X ≥ 4) = 1 - P(X ≤ 3)

= 1 – 0.5366 = 0.4634

= 0.7(10) = 3.5 customer per ten minutes c) P (2 < X < 6) = P(X ≤ 5) - P(X ≤ 2)

= 0.8576 – 0.3208 = 0.5368

9. μ = 2.8, σ = 4a) P(2 < X < 3) =P(X<3) - P(X<2)

=P[((3 – 2.8)/4) <z < ((2 – 2.8)/4]

= P(0.05 < z < -0.2)= 0.8413 – 0.4207= 0.4206

b) P(X<2) = P[z < (2 - 2.8)/4] = P (z < -2) = 0.0228

c) P(X >3) = 1 - P(X<3) = 1 – P [z < (3 - 2.8)/4] = 1 – P (z < 0.05) = 1 – 0.5199 = 0.4801

d) P(X >3.7) = 1 - P(X<3.7) = 1 – P [z < (3.7 – 2.8)/4]

= 1 – P (z < 0.23) = 1 – 0.5910 = 0.4090

Thus, the no. of 1st class honors student is:0.4090(1000) = 409 1st class honors students

10. μ = 24, σ = 3.8a) P(X >30) = 1 - P(X<30) = 1 – P [z < (30 – 24)/3.8]

= 1 – P (z < 1.58) = 1 – 0.9394 = 0.0606

b) P(20 < X < 25) =P(X≤25) - P(X≤20)=P[((25 – 24)/3.8) <z < ((20 –

24)/3.8] = P( 0.26 < z < -1.05) = 0.6026 – 0.1469 = 0.4557

c) P(X >25) = 1 - P(X<25) = 1 – P [z < (25 – 24)/3.8]

= 1 – P (z < 0.26) = 1 – 0.6026 = 0.3974

d) P(X<10) = P[z < (2 - 2.8)/04] = P (z < -2) = 0.0228

11. μ = 72, σ = 6P(X<75) = P[z < (75 - 72)/6]

42

Page 43: Statistik Chapter 5

= P (z < 0.5) = 0.6915

12. μ = 3.5, σ = 1.0P(3 < X < 4) =P(X<4) - P(X<3)

=P[(4 – 3.5)/1 <z < (3 – 3.5)/1]

= P(0.5 < z < -0.5) = 0.6915 – 0.3085 = 0.3830

13. μ = 15, σ = 3a) P(X<13) = P[z < (13 - 15)/3]

= P (z < -0.67) = 0.2514

b) P(X >16) = 1 - P(X<16) = 1 – P [z < (16 – 15)/3]

= 1 – P (z < 0.33) = 1 – 0.6293 = 0.3707

c) P(14 < X < 17) =P(X<17) - P(X<14) =P[((17 – 15)/3) <z < ((14 –

15)/3] = P(0.67 < z < -0.33)

= 0.7486 – 0.3707= 0.3779

14. μ = 132, σ = 8a) P(X >130) = 1 - P(X<130)

= 1 – P [z < (130 – 132)/8] = 1 – P (z < -0.25) = 1 – 0.4013 = 0.5987

b) P(X<140) = P[z < (140 - 132)/8] = P (z < 1.00) = 0.8413

c) P(131 < X < 136) =P(X<136) - P(X<131)

=P[((136 – 132)/8) <z < ((131 – 132)/8]

= P(0.5 < z < -0.13) = 0.6915 – 0.4483 = 0.2432

15. μ = 80, σ = 12a) P(X<90) = P[z < (90 - 82)/12]

= P (z < 0.67) = 0.7486

b) P(X >75) = 1 - P(X<75) = 1 – P [z < (75 – 80)/12]

= 1 – P (z < -0.42) = 1 – 0.3372 = 0.6628

c) P(79 < X < 95) =P(X<95) - P(X<79)=P[(95 – 80)/12) <z < (79 – 80)/12]

= P(1.25 < z < -0.08) = 0.8944 – 0.4681 = 0.4263

43