Discrete and Continuous Probability Distributions

Table of Contents


Introduction to Probability Distributions

A probability distribution is a mathematical description that defines the likelihood of different outcomes in a random process. It tells us the probabilities of various possible outcomes of a random variable.


Difference Between Discrete and Continuous Distributions

  1. Discrete Probability Distribution:
    • Deals with discrete random variables that take on a finite or countable set of values.
    • Examples include the number of heads in a series of coin flips or the number of cars arriving at a toll booth in an hour.
  2. Continuous Probability Distribution:
    • Deals with continuous random variables that take an infinite number of possible values within a given range.
    • Examples include the height of people, time taken to finish a task, or temperature readings.

Examples of Discrete and Continuous Variables

  • Discrete Variables:
    • Number of students in a classroom
    • Number of cars in a parking lot
  • Continuous Variables:
    • Weight of a package
    • Time taken to run a marathon

Discrete Probability Distributions


Properties of Discrete Distributions

  • The probability of each individual outcome is a non-negative number.
  • The sum of all probabilities for all possible outcomes is 1.

Binomial Distribution

The binomial distribution describes the number of successes in a fixed number of independent Bernoulli trials, where each trial results in either a success or failure.

Formula:
P(X=k)=(nk)pk(1p)nk

Where:

  • n = number of trials
  • k = number of successes
  • p = probability of success in each trial

Example:
What is the probability of getting exactly 3 heads in 5 flips of a fair coin?

Answer:
Step 1: Given Data:
n=5,k=3,p=12
Step 2: Solution:
P(X=3)=(53)(12)3(12)2
Step 3: Final Answer:
P(X=3)=1032=0.3125


Geometric Distribution

The geometric distribution models the number of trials until the first success in a series of independent Bernoulli trials.

Formula:
P(X=k)=(1p)k1p

Where:

  • p = probability of success
  • k = trial on which the first success occurs

Poisson Distribution

The Poisson distribution models the number of occurrences of an event in a fixed interval of time or space.

Formula:
P(X=k)=λkeλk!

Where:

  • λ = average rate of occurrence
  • k = number of occurrences

Example:
A call center receives an average of 5 calls per minute. What is the probability that they receive exactly 3 calls in the next minute?

Answer:
Step 1: Given Data:
λ=5,k=3
Step 2: Solution:
P(X=3)=53e53!=125e56
Step 3: Final Answer:
P(X=3)0.1404


Hypergeometric Distribution

The hypergeometric distribution models the probability of k successes in n draws from a finite population of size N without replacement.

Formula:
P(X=k)=(Kk)(NKnk)(Nn)


Multinomial Distribution

The multinomial distribution generalizes the binomial distribution by allowing more than two possible outcomes.


Continuous Probability Distributions


Properties of Continuous Distributions

  • Probabilities are defined over intervals, not individual outcomes.
  • The probability density function (PDF) gives the likelihood of a random variable falling within a certain range.
  • The area under the PDF curve for a specific interval gives the probability of the random variable being in that interval.

Normal Distribution

The normal distribution is a continuous probability distribution that is symmetric around its mean.

Formula:
f(x)=1σ2πe(xμ)22σ2

Where:

  • μ = mean
  • σ = standard deviation
  • x = random variable

Example:
What is the probability that a normally distributed variable with mean 50 and standard deviation 10 is less than 60?

Answer:
Step 1: Given Data:
μ=50,σ=10,X=60
Step 2: Solution:
Standardize the variable:
Z=605010=1
Step 3: Final Answer:
P(X<60)=P(Z<1)=0.8413


Uniform Distribution

The uniform distribution describes a situation where all outcomes are equally likely within a given interval.

Formula:
f(x)=1ba for axb


Exponential Distribution

The exponential distribution models the time between events in a Poisson process.

Formula:
f(x)=λeλx for x0


Gamma Distribution

The gamma distribution generalizes the exponential distribution for the time to multiple events.


Beta Distribution

The beta distribution is used to model random variables that are bounded between 0 and 1.


Weibull Distribution

The Weibull distribution is used in reliability analysis and survival studies.


Probability Density Function (PDF)

The PDF gives the likelihood of a continuous random variable taking on a specific value.


Cumulative Distribution Function (CDF)

The CDF gives the probability that a random variable is less than or equal to a particular value.


Moment Generating Functions for Distributions

Moment generating functions (MGF) are used to find the moments (mean, variance) of a distribution.

Formula:
MX(t)=E(etX)


Expected Value and Variance for Discrete and Continuous Distributions

  1. Expected Value (Discrete):
    E(X)=xiP(xi)
  2. Variance (Discrete):
    Var(X)=E(X2)(E(X))2
  3. Expected Value (Continuous):
    E(X)=xf(x),dx
  4. Variance (Continuous):
    Var(X)=(xμ)2f(x),dx

Applications of Discrete and Continuous Distributions

  • Discrete Distributions:
    • Modeling the number of customer arrivals at a store.
    • Modeling the number of defective products in a batch.
  • Continuous Distributions:
    • Modeling the amount of rainfall in a year.
    • Modeling the time until a machine fails.

Fitting Data to Distributions

To fit data to a distribution, we estimate the parameters of the distribution (e.g., mean and standard deviation for a normal distribution) and compare the theoretical distribution to the observed data.


Using Distributions in Real-World Problems

  • Finance: Modeling stock returns using normal distributions.
  • Insurance: Using Poisson distributions to model claim counts.
  • Engineering: Using Weibull distributions for reliability analysis.

FAQs

  1. What is the difference between discrete and continuous probability distributions?
    • Discrete distributions deal with countable outcomes, while continuous distributions deal with uncountable outcomes over an interval.
  2. When should I use the binomial distribution?
    • Use the binomial distribution when you have a fixed number of independent trials with two possible outcomes (success or failure).
  3. What is the significance of the normal distribution?
    • The normal distribution is significant because it describes many natural phenomena and is used in the central limit theorem.
  4. How do you calculate the expected value for a continuous distribution?
    • The expected value for a continuous distribution is calculated using the integral:
      E(X)=xf(x),dx
  5. Why are distributions important in probability theory?
    • Distributions provide a structured way to model and analyze the likelihood of different outcomes and are essential for understanding uncertainty.

Question And Answer Library

Example 1: Probability of a Single Event

Problem:
A fair six-sided die is rolled. What is the probability of rolling a 4?

Answer:

Step 1: Given Data:
Total outcomes = 6,
Favorable outcomes = 1 (rolling a 4).

Step 2: Solution:
Using the probability formula:
P(A)=Number of favorable outcomesTotal number of outcomes

P(4)=16.

Step 3: Final Answer:
P(4)=16.


Example 2: Binomial Distribution

Problem:
In 10 flips of a coin, what is the probability of getting exactly 5 heads?

Answer:

Step 1: Given Data:
n=10,
k=5,
p=0.5.

Step 2: Solution:
Using the binomial formula:
P(X=k)=(nk)pk(1p)nk

P(X=5)=(105)(0.5)5(0.5)5.

Calculate:
(105)=252.

So:
P(X=5)=252(12)10=252110240.2461.

Step 3: Final Answer:
P(X=5)0.2461.


Example 3: Poisson Distribution

Problem:
A bookstore receives an average of 3 customers per hour. What is the probability that exactly 4 customers arrive in the next hour?

Answer:

Step 1: Given Data:
λ=3,
k=4.

Step 2: Solution:
Using the Poisson formula:
P(X=k)=λkeλk!

P(X=4)=34e34!.

Calculate:
=81e324810.0498240.1680.

Step 3: Final Answer:
P(X=4)0.1680.


Example 4: Normal Distribution

Problem:
Find the probability that a randomly selected student scores less than 70 on a test that has a mean of 75 and a standard deviation of 10.

Answer:

Step 1: Given Data:
Mean μ=75,
Standard deviation σ=10,
Score X=70.

Step 2: Solution:
Calculate z-score:
Z=Xμσ=707510=0.5.

Use z-tables to find:
P(Z<0.5)0.3085.

Step 3: Final Answer:
P(X<70)0.3085.


Example 5: Uniform Distribution

Problem:
If a random variable is uniformly distributed between 2 and 10, what is the probability that it falls between 3 and 7?

Answer:

Step 1: Given Data:
Lower bound a=2,
Upper bound b=10.

Step 2: Solution:
Calculate total range:
Range=ba=102=8.

Calculate specific range:
Range37=73=4.

Now calculate probability:
P(3<X<7)=Range37Range=48=0.5.

Step 3: Final Answer:
P(3<X<7)=0.5.


Example 6: Expected Value for Discrete Variables

Problem:
For the random variable X with values 1, 2, and 3, and probabilities P(1)=0.2, P(2)=0.5, P(3)=0.3, find the expected value.

Answer:

Step 1: Given Data:
Values: 1,2,3
Probabilities: 0.2,0.5,0.3.

Step 2: Solution:
Calculate expected value:
E(X)=(10.2)+(20.5)+(30.3).

E(X)=0.2+1+0.9=2.1.

Step 3: Final Answer:
E(X)=2.1.


Example 7: Variance of a Discrete Random Variable

Problem:
Given P(1)=0.1, P(2)=0.2, and P(3)=0.7, find the variance.

Answer:

Step 1: Given Data:
Probabilities: 0.1,0.2,0.7.

Step 2: Solution:
Calculate expected value:
E(X)=(10.1)+(20.2)+(30.7).

E(X)=0.1+0.4+2.1=2.6.

Calculate E(X2):
E(X2)=(120.1)+(220.2)+(320.7).

E(X2)=0.1+0.8+6.3=7.2.

Calculate variance:
Var(X)=E(X2)(E(X))2=7.2(2.6)2=7.26.76=0.44.

Step 3: Final Answer:
Var(X)=0.44.


Example 8: Cumulative Distribution Function

Problem:
For the random variable X with values 1,2,3 and probabilities P(1)=0.2, P(2)=0.5, P(3)=0.3, find the CDF.

Answer:

Step 1: Given Data:
Probabilities: P(1)=0.2, P(2)=0.5, P(3)=0.3.

Step 2: Solution:
Calculate CDF:
F(1)=P(X1)=0.2.

F(2)=P(X2)=0.2+0.5=0.7.

F(3)=P(X3)=0.2+0.5+0.3=1.

Step 3: Final Answer:
CDF values are:
F(1)=0.2,
F(2)=0.7,
F(3)=1.


Example 9: Joint Probability

Problem:
In a survey, 40% prefer tea, 30% prefer coffee, and 10% prefer both. What is the probability of a person preferring tea or coffee?

Answer:

Step 1: Given Data:
P(Tea)=0.4,
P(Coffee)=0.3,
P(Tea and Coffee)=0.1.

Step 2: Solution:
Calculate probability:
P(Tea or Coffee)=P(Tea)+P(Coffee)P(Tea and Coffee)

=0.4+0.30.1=0.6.

Step 3: Final Answer:
P(Tea or Coffee)=0.6.


Example 10: Probability of Normal Distribution

Problem:
Find the probability that a randomly selected value from a normal distribution with mean 100 and standard deviation 15 is greater than 120.

Answer:

Step 1: Given Data:
Mean μ=100,
Standard deviation σ=15,
Value X=120.

Step 2: Solution:
Calculate z-score:
Z=Xμσ=12010015=20151.33.

Use z-tables to find:
P(Z>1.33)1P(Z<1.33)10.9082=0.0918.

Step 3: Final Answer:
P(X>120)0.0918.


Example 11: Geometric Distribution

Problem:
What is the probability that the first success occurs on the 4th trial when the probability of success is 0.3?

Answer:

Step 1: Given Data:
p=0.3,
k=4.

Step 2: Solution:
Using the geometric distribution formula:
P(X=k)=(1p)k1p

P(X=4)=(0.7)3(0.3).

Calculate:
P(X=4)=0.3430.3=0.1029.

Step 3: Final Answer:
P(X=4)0.1029.


Example 12: Continuous Uniform Distribution

Problem:
If a random variable is uniformly distributed between 10 and 20, what is the probability that it falls between 12 and 15?

Answer:

Step 1: Given Data:
Lower bound a=10,
Upper bound b=20.

Step 2: Solution:
Calculate total range:
Range=ba=2010=10.

Calculate specific range:
Range1215=1512=3.

Now calculate probability:
P(12<X<15)=Range1215Range=310=0.3.

Step 3: Final Answer:
P(12<X<15)=0.3.


Example 13: Finding Expected Value for Continuous Distribution

Problem:
Find the expected value of a continuous uniform distribution from 5 to 15.

Answer:

Step 1: Given Data:
Lower bound a=5,
Upper bound b=15.

Step 2: Solution:
Using the formula for expected value of a uniform distribution:
E(X)=a+b2

E(X)=5+152=202=10.

Step 3: Final Answer:
E(X)=10.


Example 14: Finding Variance of Normal Distribution

Problem:
If a normal distribution has a mean of 50 and a standard deviation of 5, what is the variance?

Answer:

Step 1: Given Data:
Mean μ=50,
Standard deviation σ=5.

Step 2: Solution:
Calculate variance:
Var(X)=σ2=52=25.

Step 3: Final Answer:
Var(X)=25.


Example 15: Probability of Binomial Distribution

Problem:
A coin is flipped 6 times. What is the probability of getting exactly 2 tails?

Answer:

Step 1: Given Data:
n=6,
k=2,
p=0.5.

Step 2: Solution:
Using the binomial formula:
P(X=k)=(nk)pk(1p)nk

P(X=2)=(62)(0.5)2(0.5)4.

Calculate:
(62)=15.

So:
P(X=2)=15(12)6=151640.2344.

Step 3: Final Answer:
P(X=2)0.2344.


Example 16: Conditional Probability

Problem:
In a deck of cards, what is the probability of drawing a King given that the card drawn is a face card?

Answer:

Step 1: Given Data:
Total face cards = 12 (Jack, Queen, King for each suit).
Favorable outcomes = 4 (Kings).

Step 2: Solution:
Using conditional probability:
P(King|Face)=P(KingFace)P(Face)

P(King|Face)=4/5212/52=412=13.

Step 3: Final Answer:
P(King|Face)=13.


Example 17: Probability of Exceeding a Value in Normal Distribution

Problem:
For a normal distribution with μ=100 and σ=15, what is the probability that a randomly selected value is greater than 120?

Answer:

Step 1: Given Data:
Mean μ=100,
Standard deviation σ=15,
Value X=120.

Step 2: Solution:
Calculate z-score:
Z=Xμσ=12010015=20151.33.

Use z-tables to find:
P(Z>1.33)1P(Z<1.33)10.9082=0.0918.

Step 3: Final Answer:
P(X>120)0.0918.


Example 18: Expected Value for Binomial Distribution

Problem:
Find the expected value of a binomial distribution with n=8 and p=0.5.

Answer:

Step 1: Given Data:
n=8,
p=0.5.

Step 2: Solution:
Using the expected value formula for binomial distribution:
E(X)=np

E(X)=80.5=4.

Step 3: Final Answer:
E(X)=4.


Example 19: Variance of a Binomial Distribution

Problem:
What is the variance of a binomial distribution with n=10 and p=0.3?

Answer:

Step 1: Given Data:
n=10,
p=0.3.

Step 2: Solution:
Using the variance formula for binomial distribution:
Var(X)=np(1p)

Var(X)=100.3(10.3).

Calculate:
Var(X)=100.30.7=2.1.

Step 3: Final Answer:
Var(X)=2.1.


Example 20: Probability from Cumulative Distribution Function

Problem:
For a continuous random variable X with CDF F(x)=0.5 for x=10, what is the probability that X is less than 10?

Answer:

Step 1: Given Data:
F(10)=0.5.

Step 2: Solution:
P(X<10)=F(10).

Step 3: Final Answer:
P(X<10)=0.5.


Example 21: Finding the Median of a Continuous Distribution

Problem:
For a continuous uniform distribution between 1 and 9, what is the median?

Answer:

Step 1: Given Data:
Lower bound a=1,
Upper bound b=9.

Step 2: Solution:
Using the median formula for uniform distribution:
Median=a+b2

Median=1+92=5.

Step 3: Final Answer:
Median=5.


Example 22: Joint Probability of Independent Events

Problem:
What is the probability of rolling a 3 on a die and flipping a heads on a coin?

Answer:

Step 1: Given Data:
P(Rolling a 3)=16,
P(Flipping a Heads)=12.

Step 2: Solution:
Since the events are independent:
P(Rolling a 3 and Heads)=P(Rolling a 3)P(Flipping a Heads)

=1612=112.

Step 3: Final Answer:
P(Rolling a 3 and Heads)=112.


Example 23: Variance of Poisson Distribution

Problem:
If the average rate of occurrence λ for a Poisson distribution is 4, what is the variance?

Answer:

Step 1: Given Data:
λ=4.

Step 2: Solution:
Using the formula for variance of Poisson distribution:
Var(X)=λ

Var(X)=4.

Step 3: Final Answer:
Var(X)=4.


Example 24: Probability of Multiple Events

Problem:
What is the probability of rolling either a 1 or a 2 on a fair six-sided die?

Answer:

Step 1: Given Data:
P(Rolling a 1)=16,
P(Rolling a 2)=16.

Step 2: Solution:
Since the events are mutually exclusive:
P(Rolling a 1 or 2)=P(Rolling a 1)+P(Rolling a 2)

=16+16=26=13.

Step 3: Final Answer:
P(Rolling a 1 or 2)=13.


Example 25: CDF of Normal Distribution

Problem:
Find the probability that a normally distributed random variable with μ=30 and σ=5 is between 25 and 35.

Answer:

Step 1: Given Data:
Mean μ=30,
Standard deviation σ=5,
Values: X1=25, X2=35.

Step 2: Solution:
Calculate z-scores:
Z1=25305=1,
Z2=35305=1.

Find probabilities:
P(Z<1)0.8413,
P(Z<1)0.1587.

Calculate probability:
P(25<X<35)=P(Z<1)P(Z<1)

=0.84130.1587=0.6826.

Step 3: Final Answer:
P(25<X<35)0.6826.


Example 26: Finding Probability Using Central Limit Theorem

Problem:
A sample of size 30 is taken from a population with a mean of 50 and a standard deviation of 10. What is the probability that the sample mean is greater than 53?

Answer:

Step 1: Given Data:
Population mean μ=50,
Population standard deviation σ=10,
Sample size n=30.

Step 2: Solution:
Calculate the standard error:
SE=σn=10301.8257.

Calculate z-score:
Z=5350SE=31.82571.64.

Use z-tables to find:
P(Z>1.64)10.9495=0.0505.

Step 3: Final Answer:
P(Sample mean>53)0.0505.


Example 27: Mode of a Probability Distribution

Problem:
For the discrete probability distribution given by P(1)=0.1, P(2)=0.4, P(3)=0.4, and P(4)=0.1, find the mode.

Answer:

Step 1: Given Data:
Probabilities: P(1)=0.1, P(2)=0.4, P(3)=0.4, P(4)=0.1.

Step 2: Solution:
Identify the value with the highest probability:
The mode is 2 and 3 (both have probabilities of 0.4).

Step 3: Final Answer:
The mode is 2 and 3 (bimodal).


Example 28: Expected Value for Poisson Distribution

Problem:
Find the expected number of events in a Poisson distribution with a rate of λ=4.

Answer:

Step 1: Given Data:
Rate λ=4.

Step 2: Solution:
For Poisson distribution, the expected value is:
E(X)=λ=4.

Step 3: Final Answer:
E(X)=4.


Example 29: Variance of a Continuous Uniform Distribution

Problem:
For a continuous uniform distribution from 2 to 8, find the variance.

Answer:

Step 1: Given Data:
Lower bound a=2,
Upper bound b=8.

Step 2: Solution:
Using the formula for variance of a uniform distribution:
Var(X)=(ba)212

Var(X)=(82)212=3612=3.

Step 3: Final Answer:
Var(X)=3.


Example 30: Probability from Exponential Distribution

Problem:
Find the probability that a random variable from an exponential distribution with λ=0.2 is less than 5.

Answer:

Step 1: Given Data:
Rate λ=0.2,
Value X=5.

Step 2: Solution:
Using the cumulative distribution function for exponential:
P(X<x)=1eλx

P(X<5)=1e0.25.

Calculate:
P(X<5)=1e110.3679=0.6321.

Step 3: Final Answer:
P(X<5)0.6321.


Example 31: Probability from Beta Distribution

Problem:
What is the probability of success in a Beta distribution with parameters α=2 and β=5 at x=0.5?

Answer:

Step 1: Given Data:
Parameters α=2,
β=5,
Value x=0.5.

Step 2: Solution:
Using the probability density function:
f(x)=xα1(1x)β1B(α,β),
where B(α,β)=Γ(α)Γ(β)Γ(α+β).

Calculate:
B(2,5)=Γ(2)Γ(5)Γ(7)=124720=130.

So:
f(0.5)=(0.5)21(10.5)51B(2,5)=(0.5)1(0.5)4130=150.55=15132=15320.46875.

Step 3: Final Answer:
f(0.5)0.46875.


Example 32: Mode of Binomial Distribution

Problem:
Find the mode of a binomial distribution with n=10 and p=0.3.

Answer:

Step 1: Given Data:
n=10,
p=0.3.

Step 2: Solution:
The mode of a binomial distribution is given by:
k=(n+1)p=(10+1)(0.3)=3.3=3.

Step 3: Final Answer:
The mode is 3.


Example 33: Finding Probability with Joint Distribution

Problem:
If X and Y are independent random variables with P(X=1)=0.6 and P(Y=2)=0.4, find P(X=1Y=2).

Answer:

Step 1: Given Data:
P(X=1)=0.6,
P(Y=2)=0.4.

Step 2: Solution:
Since X and Y are independent:
P(X=1Y=2)=P(X=1)P(Y=2)

=0.60.4=0.24.

Step 3: Final Answer:
P(X=1Y=2)=0.24.


Example 34: CDF for Discrete Distribution

Problem:
For a discrete random variable X with probabilities P(1)=0.3, P(2)=0.5, and P(3)=0.2, find the CDF.

Answer:

Step 1: Given Data:
Probabilities:
P(1)=0.3,
P(2)=0.5,
P(3)=0.2.

Step 2: Solution:
Calculate CDF:
F(1)=P(X1)=0.3.

F(2)=P(X2)=0.3+0.5=0.8.

F(3)=P(X3)=0.3+0.5+0.2=1.0.

Step 3: Final Answer:
CDF values are:
F(1)=0.3,
F(2)=0.8,
F(3)=1.0.


Example 35: Probability of a Normal Variable Being Within Range

Problem:
Find the probability that a normally distributed random variable with μ=100 and σ=15 falls between 90 and 110.

Answer:

Step 1: Given Data:
Mean μ=100,
Standard deviation σ=15,
Range: X1=90, X2=110.

Step 2: Solution:
Calculate z-scores:
Z1=9010015=0.67,
Z2=11010015=0.67.

Find probabilities:
P(Z<0.67)0.7486,
P(Z<0.67)0.2514.

Calculate probability:
P(90<X<110)=P(Z<0.67)P(Z<0.67)

=0.74860.2514=0.4972.

Step 3: Final Answer:
P(90<X<110)0.4972.


Example 36: Probability in a Hypergeometric Distribution

Problem:
What is the probability of drawing 2 red balls from a box containing 5 red and 3 blue balls without replacement?

Answer:

Step 1: Given Data:
Total balls = 8,
Red balls = 5,
Blue balls = 3,
Draws = 2.

Step 2: Solution:
Using the hypergeometric formula:
P(X=k)=(Kk)(NKnk)(Nn)
P(X=2)=(52)(30)(82).

Calculate:
(52)=10,
(30)=1,
(82)=28.

So:
P(X=2)=10128=1028=514.

Step 3: Final Answer:
P(X=2)=514.


Example 37: Variance of Continuous Uniform Distribution

Problem:
Find the variance of a continuous uniform distribution between 0 and 6.

Answer:

Step 1: Given Data:
Lower bound a=0,
Upper bound b=6.

Step 2: Solution:
Using the formula for variance:
Var(X)=(ba)212

Var(X)=(60)212=3612=3.

Step 3: Final Answer:
Var(X)=3.


Example 38: Joint Probability of Two Events

Problem:
If P(A)=0.5, P(B)=0.4, and P(AB)=0.2, find P(AB).

Answer:

Step 1: Given Data:
P(A)=0.5,
P(B)=0.4,
P(AB)=0.2.

Step 2: Solution:
Using the formula:
P(AB)=P(A)+P(B)P(AB)

P(AB)=0.5+0.40.2=0.7.

Step 3: Final Answer:
P(AB)=0.7.


Example 39: Probability Density Function of Normal Distribution

Problem:
What is the value of the PDF for a normal distribution with mean 0 and standard deviation 1 at x=1?

Answer:

Step 1: Given Data:
Mean μ=0,
Standard deviation σ=1,
Value x=1.

Step 2: Solution:
Using the PDF formula:
f(x)=1σ2πe(xμ)22σ2

Calculate:
f(1)=112πe(10)2212

=12πe120.24197.

Step 3: Final Answer:
f(1)0.24197.


Example 40: Finding the Median of a Normal Distribution

Problem:
What is the median of a normal distribution with μ=20 and σ=5?

Answer:

Step 1: Given Data:
Mean μ=20,
Standard deviation σ=5.

Step 2: Solution:
For a normal distribution, the median is equal to the mean.

Median = μ=20.

Step 3: Final Answer:
Median = 20.


Example 41: Exponential Distribution

Problem:
If the average time until an event is 3 minutes, what is the probability that the time until the next event is less than 2 minutes?

Answer:

Step 1: Given Data:
Rate λ=13,
Value X=2.

Step 2: Solution:
Using the cumulative distribution function:
P(X<x)=1eλx

P(X<2)=1e23.

Calculate:
P(X<2)10.51340.4866.

Step 3: Final Answer:
P(X<2)0.4866.


Example 42: Mode of a Continuous Distribution

Problem:
For a continuous uniform distribution between 1 and 5, find the mode.

Answer:

Step 1: Given Data:
Lower bound a=1,
Upper bound b=5.

Step 2: Solution:
In a continuous uniform distribution, every value in the interval is equally likely, so:

Mode = Any value in the interval, e.g., 1 or 5.

Step 3: Final Answer:
Mode = Any value in [1,5].


Example 43: Geometric Distribution Probability

Problem:
What is the probability that the first success occurs on the 3rd trial with a success probability of 0.2?

Answer:

Step 1: Given Data:
p=0.2,
k=3.

Step 2: Solution:
Using the geometric formula:
P(X=k)=(1p)k1p

P(X=3)=(0.8)2(0.2)=0.640.2=0.128.

Step 3: Final Answer:
P(X=3)=0.128.


Example 44: Finding Variance for Exponential Distribution

Problem:
For an exponential distribution with λ=0.5, find the variance.

Answer:

Step 1: Given Data:
Rate λ=0.5.

Step 2: Solution:
Variance for exponential distribution is given by:
Var(X)=1λ2

Var(X)=1(0.5)2=10.25=4.

Step 3: Final Answer:
Var(X)=4.


Example 45: Probability of Success in Poisson Distribution

Problem:
If a restaurant gets an average of 2 customers per minute, what is the probability that exactly 1 customer arrives in the next minute?

Answer:

Step 1: Given Data:
λ=2,
k=1.

Step 2: Solution:
Using the Poisson formula:
P(X=k)=λkeλk!

P(X=1)=21e21!=2e2.

Calculate:
P(X=1)20.13530.2706.

Step 3: Final Answer:
P(X=1)0.2706.


Example 46: Normal Approximation to Binomial

Problem:
For a binomial distribution with n=30 and p=0.2, approximate the probability of getting at least 5 successes using the normal approximation.

Answer:

Step 1: Given Data:
n=30,
p=0.2.

Step 2: Solution:
Calculate mean and variance:
μ=np=300.2=6
Var(X)=np(1p)=300.20.8=4.8.

Calculate standard deviation:
σ=4.82.19.

Use continuity correction for normal approximation:
Find P(X5):
P(X5)P(Z4.562.19)P(Z0.68).

Use z-table:
P(Z0.68)0.7517.

Step 3: Final Answer:
P(X5)0.7517.


Example 47: Conditional Probability

Problem:
In a bag of 5 red and 3 blue marbles, what is the probability of drawing a blue marble given that a red marble was drawn first?

Answer:

Step 1: Given Data:
Total marbles = 8,
Red marbles = 5,
Blue marbles = 3.

Step 2: Solution:
After drawing a red marble, there are 7 marbles left:
Red marbles = 4,
Blue marbles = 3.

Using conditional probability:
P(Blue|Red)=P(BlueRed)P(Red)

P(Blue|Red)=37.

Step 3: Final Answer:
P(Blue|Red)=37.


Example 48: Joint Probability with Conditional

Problem:
What is the probability of rolling a 2 on a die and then drawing a red card from a standard deck of cards?

Answer:

Step 1: Given Data:
P(Rolling a 2)=16,
P(Drawing a Red Card)=2652=12.

Step 2: Solution:
Since the events are independent:
P(Rolling a 2 and Drawing Red)=P(Rolling a 2)P(Drawing Red)

=1612=112.

Step 3: Final Answer:
P(Rolling a 2 and Drawing Red)=112.


Example 49: Exponential Distribution Probability

Problem:
What is the probability that a customer waits less than 4 minutes at a service desk, given that the average waiting time is 3 minutes?

Answer:

Step 1: Given Data:
Rate λ=13,
Value X=4.

Step 2: Solution:
Using the CDF for exponential distribution:
P(X<x)=1eλx

P(X<4)=1e134=1e43.

Calculate:
P(X<4)10.2636=0.7364.

Step 3: Final Answer:
P(X<4)0.7364.


Example 50: Variance of Normal Distribution

Problem:
Find the variance of a normal distribution with mean 25 and standard deviation 6.

Answer:

Step 1: Given Data:
Mean μ=25,
Standard deviation σ=6.

Step 2: Solution:
Calculate variance:
Var(X)=σ2=62=36.

Step 3: Final Answer:
Var(X)=36.


Example 51: Probability of Exceeding a Value

Problem:
If the average lifespan of a battery is 200 hours with a standard deviation of 30 hours, what is the probability that a randomly selected battery lasts more than 250 hours?

Answer:

Step 1: Given Data:
Mean μ=200,
Standard deviation σ=30,
Value X=250.

Step 2: Solution:
Calculate z-score:
Z=25020030=50301.67.

Use z-tables to find:
P(Z>1.67)10.9525=0.0475.

Step 3: Final Answer:
P(X>250)0.0475.


Example 52: Probability of Rolling a Die

Problem:
What is the probability of rolling an even number on a six-sided die?

Answer:

Step 1: Given Data:
Total outcomes = 6,
Favorable outcomes = 3 (2, 4, 6).

Step 2: Solution:
Using the probability formula:
P(A)=Number of favorable outcomesTotal number of outcomes

P(Even)=36=12.

Step 3: Final Answer:
P(Even)=12.


Example 53: Binomial Distribution with More Trials

Problem:
If you flip a coin 8 times, what is the probability of getting exactly 6 heads?

Answer:

Step 1: Given Data:
n=8,
k=6,
p=0.5.

Step 2: Solution:
Using the binomial formula:
P(X=k)=(nk)pk(1p)nk

P(X=6)=(86)(0.5)6(0.5)2.

Calculate:
(86)=28.

So:
P(X=6)=28(0.5)8=281256=28256=764.

Step 3: Final Answer:
P(X=6)=764.


Example 54: Conditional Probability with Replacement

Problem:
In a deck of cards, what is the probability of drawing an Ace given that the first card drawn was not an Ace?

Answer:

Step 1: Given Data:
Total cards = 52,
Non-Aces = 48,
Aces = 4.

Step 2: Solution:
After drawing a non-Ace, there are still 52 cards:
P(Ace|NotAce)=P(Ace)P(NotAce)=448=112.

Step 3: Final Answer:
P(Ace|NotAce)=112.


Example 55: Variance of a Poisson Distribution

Problem:
Find the variance of a Poisson distribution where λ=3.

Answer:

Step 1: Given Data:
λ=3.

Step 2: Solution:
The variance of a Poisson distribution is given by:
Var(X)=λ=3.

Step 3: Final Answer:
Var(X)=3.


Example 56: Probability of a Normal Variable Falling Below a Value

Problem:
What is the probability that a normally distributed random variable with μ=50 and σ=10 is less than 40?

Answer:

Step 1: Given Data:
Mean μ=50,
Standard deviation σ=10,
Value X=40.

Step 2: Solution:
Calculate z-score:
Z=405010=1.

Use z-tables to find:
P(Z<1)0.1587.

Step 3: Final Answer:
P(X<40)0.1587.


Example 57: Probability of Getting a Specific Number of Events

Problem:
If a restaurant serves an average of 8 meals per hour, what is the probability that it serves exactly 5 meals in an hour?

Answer:

Step 1: Given Data:
λ=8,
k=5.

Step 2: Solution:
Using the Poisson formula:
P(X=k)=λkeλk!

P(X=5)=85e85!.

Calculate:
P(X=5)=32768e8120.
Using e80.00033546:
P(X=5)327680.000335461200.914.

Step 3: Final Answer:
P(X=5)0.914.


Example 58: Finding Mode of a Probability Distribution

Problem:
For the discrete distribution P(1)=0.1, P(2)=0.5, P(3)=0.4, find the mode.

Answer:

Step 1: Given Data:
Probabilities:
P(1)=0.1,
P(2)=0.5,
P(3)=0.4.

Step 2: Solution:
Identify the value with the highest probability:
The mode is 2.

Step 3: Final Answer:
The mode is 2.


Example 59: Finding the Mean of a Binomial Distribution

Problem:
For a binomial distribution with n=15 and p=0.3, what is the expected value?

Answer:

Step 1: Given Data:
n=15,
p=0.3.

Step 2: Solution:
Using the formula for expected value:
E(X)=np

E(X)=150.3=4.5.

Step 3: Final Answer:
E(X)=4.5.


Example 60: Finding Variance in Binomial Distribution

Problem:
Find the variance of a binomial distribution with n=20 and p=0.6.

Answer:

Step 1: Given Data:
n=20,
p=0.6.

Step 2: Solution:
Using the variance formula:
Var(X)=np(1p)

Var(X)=200.6(10.6)=200.60.4=4.8.

Step 3: Final Answer:
Var(X)=4.8.


Example 61: Cumulative Probability from a Distribution

Problem:
Find the cumulative probability for a normal distribution at x=100 with μ=90 and σ=10.

Answer:

Step 1: Given Data:
Mean μ=90,
Standard deviation σ=10,
Value X=100.

Step 2: Solution:
Calculate z-score:
Z=1009010=1.

Use z-tables to find:
P(Z<1)0.8413.

Step 3: Final Answer:
P(X<100)0.8413.


Example 62: Probability of a Uniform Distribution

Problem:
If a random variable is uniformly distributed from 3 to 7, what is the probability it is less than 4?

Answer:

Step 1: Given Data:
Lower bound a=3,
Upper bound b=7.

Step 2: Solution:
Total range:
Range=ba=73=4.

Specific range:
Range<4=43=1.

Calculate probability:
P(X<4)=Range<4Range=14=0.25.

Step 3: Final Answer:
P(X<4)=0.25.


Example 63: Mode of a Poisson Distribution

Problem:
What is the mode of a Poisson distribution with λ=2?

Answer:

Step 1: Given Data:
λ=2.

Step 2: Solution:
The mode of a Poisson distribution is given by:
mode=λ

If λ is an integer, the mode is λ or λ1.

So:
mode=2=2.

Step 3: Final Answer:
The mode is 2.


Example 64: Expected Value of a Discrete Random Variable

Problem:
For the random variable X with values 1, 4, 6 and probabilities 0.2, 0.5, 0.3, find the expected value.

Answer:

Step 1: Given Data:
Values: 1,4,6
Probabilities: 0.2,0.5,0.3.

Step 2: Solution:
Calculate expected value:
E(X)=(10.2)+(40.5)+(60.3)

E(X)=0.2+2+1.8=4.

Step 3: Final Answer:
E(X)=4.


Example 65: Variance of a Discrete Random Variable

Problem:
Find the variance for a discrete random variable with values 1,2,3 and probabilities 0.1, 0.3, 0.6.

Answer:

Step 1: Given Data:
Values: 1,2,3
Probabilities: 0.1,0.3,0.6.

Step 2: Solution:
Calculate expected value:
E(X)=(10.1)+(20.3)+(30.6)

E(X)=0.1+0.6+1.8=2.5.

Calculate E(X2):
E(X2)=(120.1)+(220.3)+(320.6)

E(X2)=0.1+1.2+5.4=6.7.

Calculate variance:
Var(X)=E(X2)(E(X))2=6.7(2.5)2=6.76.25=0.45.

Step 3: Final Answer:
Var(X)=0.45.


Example 66: Probability of a Normal Variable Being Greater Than a Value

Problem:
What is the probability that a normally distributed random variable with μ=70 and σ=10 is greater than 80?

Answer:

Step 1: Given Data:
Mean μ=70,
Standard deviation σ=10,
Value X=80.

Step 2: Solution:
Calculate z-score:
Z=807010=1.

Use z-tables to find:
P(Z>1)10.8413=0.1587.

Step 3: Final Answer:
P(X>80)0.1587.


Example 67: Finding Probability Using Central Limit Theorem

Problem:
If a sample of 50 has a mean of 100 and standard deviation of 15, what is the probability that the sample mean is less than 98?

Answer:

Step 1: Given Data:
Sample size n=50,
Mean μ=100,
Standard deviation σ=15.

Step 2: Solution:
Calculate standard error:
SE=σn=15502.1213.

Calculate z-score:
Z=98100SE=22.12130.94.

Use z-tables to find:
P(Z<0.94)0.1736.

Step 3: Final Answer:
P(Sample mean<98)0.1736.


Example 68: Probability of a Single Event

Problem:
What is the probability of drawing an Ace from a standard deck of 52 cards?

Answer:

Step 1: Given Data:
Total cards = 52,
Aces = 4.

Step 2: Solution:
Using the probability formula:
P(Ace)=Number of AcesTotal cards

P(Ace)=452=113.

Step 3: Final Answer:
P(Ace)=113.


Example 69: Expected Value from Joint Distribution

Problem:
If X and Y are independent random variables where E(X)=3 and E(Y)=5, what is E(X+Y)?

Answer:

Step 1: Given Data:
E(X)=3,
E(Y)=5.

Step 2: Solution:
Using the linearity of expectation:
E(X+Y)=E(X)+E(Y)

E(X+Y)=3+5=8.

Step 3: Final Answer:
E(X+Y)=8.


Example 70: Probability of a Bimodal Distribution

Problem:
For the discrete random variable X with P(1)=0.2, P(2)=0.2, P(3)=0.5, find the mode.

Answer:

Step 1: Given Data:
Probabilities:
P(1)=0.2,
P(2)=0.2,
P(3)=0.5.

Step 2: Solution:
Identify the value with the highest probability:
The mode is 3.

Step 3: Final Answer:
The mode is 3.


Example 71: Variance of Normal Distribution

Problem:
If a normal distribution has μ=15 and σ=4, find the variance.

Answer:

Step 1: Given Data:
Mean μ=15,
Standard deviation σ=4.

Step 2: Solution:
Calculate variance:
Var(X)=σ2=42=16.

Step 3: Final Answer:
Var(X)=16.


Example 72: Poisson Distribution for More Events

Problem:
If a store has an average of 6 customers per hour, what is the probability that exactly 4 customers arrive in the next hour?

Answer:

Step 1: Given Data:
λ=6,
k=4.

Step 2: Solution:
Using the Poisson formula:
P(X=k)=λkeλk!

P(X=4)=64e64!.

Calculate:
P(X=4)=1296e624.
Using e60.002478752:
P(X=4)12960.002478752240.128.

Step 3: Final Answer:
P(X=4)0.128.


Example 73: Probability in a Geometric Distribution

Problem:
What is the probability that the first success occurs on the 5th trial with a success probability of 0.1?

Answer:

Step 1: Given Data:
p=0.1,
k=5.

Step 2: Solution:
Using the geometric distribution formula:
P(X=k)=(1p)k1p

P(X=5)=(0.9)4(0.1).

Calculate:
P(X=5)=0.65610.1=0.06561.

Step 3: Final Answer:
P(X=5)0.06561.


Example 74: Probability of Binomial Distribution

Problem:
If a die is rolled 4 times, what is the probability of getting exactly 2 fours?

Answer:

Step 1: Given Data:
n=4,
k=2,
p=16.

Step 2: Solution:
Using the binomial formula:
P(X=k)=(nk)pk(1p)nk

P(X=2)=(42)(16)2(56)2.

Calculate:
(42)=6.

So:
P(X=2)=61362536=6251296=1501296=25216.

Step 3: Final Answer:
P(X=2)=25216.


Example 75: Probability of Exceeding a Certain Value

Problem:
For a normal distribution with μ=30 and σ=5, what is the probability of scoring above 35?

Answer:

Step 1: Given Data:
Mean μ=30,
Standard deviation σ=5,
Value X=35.

Step 2: Solution:
Calculate z-score:
Z=Xμσ=35305=1.

Use z-tables to find:
P(Z>1)1P(Z<1)10.8413=0.1587.

Step 3: Final Answer:
P(X>35)0.1587.


Example 76: Probability of a Continuous Uniform Distribution

Problem:
If a continuous random variable is uniformly distributed between 2 and 8, what is the probability of it being between 4 and 6?

Answer:

Step 1: Given Data:
Lower bound a=2,
Upper bound b=8.

Step 2: Solution:
Total range:
Range=ba=82=6.

Specific range:
Range46=64=2.

Calculate probability:
P(4<X<6)=Range46Range=26=13.

Step 3: Final Answer:
P(4<X<6)=13.


Example 77: Probability from a Beta Distribution

Problem:
What is the probability density function value for a Beta distribution with parameters α=2, β=5 at x=0.3?

Answer:

Step 1: Given Data:
Parameters α=2,
β=5,
Value x=0.3.

Step 2: Solution:
Using the PDF formula:
f(x)=xα1(1x)β1B(α,β)

B(2,5)=Γ(2)Γ(5)Γ(7)=124720=130.

Calculate:
f(0.3)=(0.3)1(0.7)4130.

Calculate:
=30(0.3)(0.7)4300.30.2401=1.441.

Step 3: Final Answer:
f(0.3)1.441.


Example 78: Finding Variance of a Hypergeometric Distribution

Problem:
For a hypergeometric distribution with N=20, K=10, and n=5, find the variance.

Answer:

Step 1: Given Data:
Total population N=20,
Number of successes K=10,
Sample size n=5.

Step 2: Solution:
Using the formula for variance:
Var(X)=nKNNKNNnN1

Var(X)=5102010201519.

Calculate:
Var(X)=50.50.51519=50.2515190.9868.

Step 3: Final Answer:
Var(X)0.9868.


Example 79: Probability of Getting More Than a Certain Number of Successes

Problem:
If a coin is flipped 10 times, what is the probability of getting more than 8 heads?

Answer:

Step 1: Given Data:
n=10,
k>8.

Step 2: Solution:
Calculate the probabilities for k=9 and k=10:
P(X=9)=(109)(0.5)9(0.5)1=1011024=101024.

P(X=10)=(1010)(0.5)10=111024=11024.

Now, calculate total probability:
P(X>8)=P(X=9)+P(X=10)
=101024+11024=1110240.01074.

Step 3: Final Answer:
P(X>8)0.01074.


Example 80: Finding Probability from the CDF of a Normal Distribution

Problem:
For a normal distribution with μ=40 and σ=8, find the probability that a value is less than 36.

Answer:

Step 1: Given Data:
Mean μ=40,
Standard deviation σ=8,
Value X=36.

Step 2: Solution:
Calculate z-score:
Z=36408=0.5.

Use z-tables to find:
P(Z<0.5)0.3085.

Step 3: Final Answer:
P(X<36)0.3085.


Example 81: Variance in Exponential Distribution

Problem:
What is the variance of an exponential distribution with λ=0.25?

Answer:

Step 1: Given Data:
Rate λ=0.25.

Step 2: Solution:
The variance of an exponential distribution is given by:
Var(X)=1λ2

Var(X)=1(0.25)2=10.0625=16.

Step 3: Final Answer:
Var(X)=16.


Example 82: Probability of an Event in a Binomial Distribution

Problem:
In 10 flips of a fair coin, what is the probability of getting at least 7 heads?

Answer:

Step 1: Given Data:
n=10,
k7.

Step 2: Solution:
Calculate probabilities for k=7,8,9,10.
P(X=7)=(107)(0.5)10=1201024.

P(X=8)=(108)(0.5)10=451024.

P(X=9)=(109)(0.5)10=101024.

P(X=10)=(1010)(0.5)10=11024.

Now add:
P(X7)=P(X=7)+P(X=8)+P(X=9)+P(X=10)
=120+45+10+11024=17610240.1719.

Step 3: Final Answer:
P(X7)0.1719.


Example 83: Conditional Probability in a Deck of Cards

Problem:
In a deck of cards, what is the probability of drawing a heart given that the card drawn is a red card?

Answer:

Step 1: Given Data:
Total red cards = 26 (13 hearts, 13 diamonds).
Favorable outcomes = 13 (hearts).

Step 2: Solution:
Using conditional probability:
P(Heart|Red)=P(HeartRed)P(Red)

P(Heart|Red)=13/5226/52=1326=12.

Step 3: Final Answer:
P(Heart|Red)=12.


Example 84: Probability in Joint Distribution

Problem:
What is the probability of drawing a King and a Queen in a 52-card deck?

Answer:

Step 1: Given Data:
Total cards = 52,
Kings = 4,
Queens = 4.

Step 2: Solution:
P(King)=452,
P(Queen)=452.

Since drawing without replacement:
P(King and then Queen)=P(King)P(Queen given King)
=452451.

Calculate:
P(King and Queen)=445251=162652=4663.

Step 3: Final Answer:
P(King and Queen)=4663.


Example 85: Finding Probability of an Event

Problem:
If a bag contains 5 red balls and 7 blue balls, what is the probability of drawing a red ball?

Answer:

Step 1: Given Data:
Total balls = 12,
Red balls = 5.

Step 2: Solution:
Using the probability formula:
P(Red)=Number of Red BallsTotal Balls

P(Red)=512.

Step 3: Final Answer:
P(Red)=512.


Example 86: Probability of a Discrete Random Variable

Problem:
What is the probability of getting 3 successes in 5 trials with a success probability of 0.4?

Answer:

Step 1: Given Data:
n=5,
k=3,
p=0.4.

Step 2: Solution:
Using the binomial formula:
P(X=k)=(nk)pk(1p)nk

P(X=3)=(53)(0.4)3(0.6)2.

Calculate:
(53)=10.

So:
P(X=3)=10(0.064)(0.36)=100.023040.2304.

Step 3: Final Answer:
P(X=3)0.2304.


Example 87: Finding Expected Value in a Distribution

Problem:
For a discrete random variable with values 1, 2, 3 and probabilities 0.1, 0.6, 0.3, find the expected value.

Answer:

Step 1: Given Data:
Values: 1,2,3
Probabilities: 0.1,0.6,0.3.

Step 2: Solution:
Calculate expected value:
E(X)=(10.1)+(20.6)+(30.3)

E(X)=0.1+1.2+0.9=2.2.

Step 3: Final Answer:
E(X)=2.2.


Example 88: Cumulative Distribution Function of a Discrete Variable

Problem:
For a random variable X with probabilities P(1)=0.2, P(2)=0.5, and P(3)=0.3, find the CDF.

Answer:

Step 1: Given Data:
Probabilities:
P(1)=0.2,
P(2)=0.5,
P(3)=0.3.

Step 2: Solution:
Calculate CDF:
F(1)=P(X1)=0.2.

F(2)=P(X2)=0.2+0.5=0.7.

F(3)=P(X3)=0.2+0.5+0.3=1.

Step 3: Final Answer:
CDF values are:
F(1)=0.2,
F(2)=0.7,
F(3)=1.


Example 89: Probability from a CDF of a Continuous Distribution

Problem:
For a continuous distribution with CDF F(x)=0.5 at x=10, what is the probability that X is less than 10?

Answer:

Step 1: Given Data:
F(10)=0.5.

Step 2: Solution:
P(X<10)=F(10).

Step 3: Final Answer:
P(X<10)=0.5.


Example 90: Probability of Rolling a Die

Problem:
What is the probability of rolling a number greater than 4 on a six-sided die?

Answer:

Step 1: Given Data:
Total outcomes = 6,
Favorable outcomes = 2 (5, 6).

Step 2: Solution:
Using the probability formula:
P(A)=Number of favorable outcomesTotal number of outcomes

P(> 4)=26=13.

Step 3: Final Answer:
P(> 4)=13.


Example 91: Variance of a Discrete Distribution

Problem:
Find the variance of a discrete random variable with values 2,4,6 and probabilities 0.3,0.4,0.3.

Answer:

Step 1: Given Data:
Values: 2,4,6
Probabilities: 0.3,0.4,0.3.

Step 2: Solution:
Calculate expected value:
E(X)=(20.3)+(40.4)+(60.3)

E(X)=0.6+1.6+1.8=4.

Calculate E(X2):
E(X2)=(220.3)+(420.4)+(620.3)

E(X2)=(40.3)+(160.4)+(360.3)

=1.2+6.4+10.8=18.4.

Calculate variance:
Var(X)=E(X2)(E(X))2=18.442=18.416=2.4.

Step 3: Final Answer:
Var(X)=2.4.


Example 92: Finding Probability of Poisson Distribution

Problem:
A factory has an average of 5 machine breakdowns per month. What is the probability of exactly 2 breakdowns in a month?

Answer:

Step 1: Given Data:
λ=5,
k=2.

Step 2: Solution:
Using the Poisson formula:
P(X=k)=λkeλk!

P(X=2)=52e52!=25e52.

Calculate:
=250.00673794720.0842.

Step 3: Final Answer:
P(X=2)0.0842.


Example 93: Probability of a Success in a Binomial Distribution

Problem:
If you flip a coin 10 times, what is the probability of getting exactly 1 head?

Answer:

Step 1: Given Data:
n=10,
k=1,
p=0.5.

Step 2: Solution:
Using the binomial formula:
P(X=k)=(nk)pk(1p)nk

P(X=1)=(101)(0.5)1(0.5)9.

Calculate:
(101)=10.

So:
P(X=1)=10(0.5)10=1011024=101024=5512.

Step 3: Final Answer:
P(X=1)=5512.


Example 94: Finding the Mean of a Distribution

Problem:
For a random variable with values 0,1,2 and probabilities 0.2,0.5,0.3, find the mean.

Answer:

Step 1: Given Data:
Values: 0,1,2
Probabilities: 0.2,0.5,0.3.

Step 2: Solution:
Calculate mean:
E(X)=(00.2)+(10.5)+(20.3)

E(X)=0+0.5+0.6=1.1.

Step 3: Final Answer:
E(X)=1.1.


Example 95: Probability of an Event in a Continuous Uniform Distribution

Problem:
If a continuous random variable is uniformly distributed between 5 and 15, what is the probability of it being less than 10?

Answer:

Step 1: Given Data:
Lower bound a=5,
Upper bound b=15.

Step 2: Solution:
Total range:
Range=ba=155=10.

Specific range:
Range<10=105=5.

Calculate probability:
P(X<10)=Range<10Range=510=0.5.

Step 3: Final Answer:
P(X<10)=0.5.


Example 96: Mode of a Binomial Distribution

Problem:
Find the mode of a binomial distribution with n=12 and p=0.5.

Answer:

Step 1: Given Data:
n=12,
p=0.5.

Step 2: Solution:
Calculate the mode using:
k=(n+1)p

k=(12+1)(0.5)=6.5=6.

Step 3: Final Answer:
The mode is 6.


Example 97: Finding Probability in Exponential Distribution

Problem:
If the average time between arrivals at a service desk is 8 minutes, what is the probability that the next arrival is in less than 5 minutes?

Answer:

Step 1: Given Data:
Rate λ=18,
Value X=5.

Step 2: Solution:
Using the cumulative distribution function:
P(X<x)=1eλx

P(X<5)=1e58.

Calculate:
P(X<5)1e0.62510.5353=0.4647.

Step 3: Final Answer:
P(X<5)0.4647.


Example 98: Probability of Independent Events

Problem:
What is the probability of flipping a coin and rolling a die simultaneously, resulting in heads and a 3?

Answer:

Step 1: Given Data:
P(Heads)=12,
P(Rolling a 3)=16.

Step 2: Solution:
Since the events are independent:
P(Heads and 3)=P(Heads)P(Rolling a 3)

=1216=112.

Step 3: Final Answer:
P(Heads and 3)=112.


Example 99: Finding Variance of a Normal Distribution

Problem:
If a normal distribution has μ=60 and σ=10, find the variance.

Answer:

Step 1: Given Data:
Mean μ=60,
Standard deviation σ=10.

Step 2: Solution:
Calculate variance:
Var(X)=σ2=102=100.

Step 3: Final Answer:
Var(X)=100.


Example 100: Probability of a Binomial Event

Problem:
In a binomial experiment with n=5 and p=0.7, what is the probability of getting exactly 4 successes?

Answer:

Step 1: Given Data:
n=5,
k=4,
p=0.7.

Step 2: Solution:
Using the binomial formula:
P(X=k)=(nk)pk(1p)nk

P(X=4)=(54)(0.7)4(0.3)1.

Calculate:
(54)=5.

So:
P(X=4)=5(0.7)4(0.3)=50.24010.30.36015.

Step 3: Final Answer:
P(X=4)0.36015.

adbhutah
adbhutah

adbhutah.com

Articles: 1294