Question

what is the probability that the thread length of a randomly selected bolt is

If bolt thread length is normally distributed, what is the probability that the thread length of a randomly selected bolt is

a) Within 1.5 SDs of its mean value

b) Farther than 2.5 SDs from its mean value

c) Between 1 and 2 SDs from its mean value

1 0
Add a comment Improve this question Transcribed image text
✔ Recommended Answer
Answer #1
Concepts and reason

The concept of normal distribution and standard normal variates are used to calculate the probability.

The normal distribution can be used to find the probability of the continuous variable when the data is more or less symmetric. The probability of being less than or more than some value can be calculated by the area of the curve to the left of that value.

Fundamentals

A continuous random variable is said to follow a normal distribution if the probability density function can be written in the form:

f(x)={1σ2πe(xμσ)2x0Otherwisef\left( x \right) = \left\{ \begin{array}{l}\\\frac{1}{{\sigma \sqrt {2\pi } }}{e^{ - {{\left( {\frac{{x - \mu }}{\sigma }} \right)}^2}}}{\rm{ }} - \infty \le x \le \infty \\\\0{\rm{ Otherwise}}\\\end{array} \right.

Here, μ\mu is the mean and σ\sigma is the standard deviation of the distribution. The probability of normal distribution can be defined as:

P(x>α)=α1σ2πe(xμσ)2dxP\left( {x > \alpha } \right) = \int\limits_\alpha ^\infty {\frac{1}{{\sigma \sqrt {2\pi } }}} {e^{ - {{\left( {\frac{{x - \mu }}{\sigma }} \right)}^2}}}dx

To calculate the probability of a random variable N(μ,σ2)N\left( {\mu ,{\sigma ^2}} \right) , convert the variable to a standard normal variable by the transformation,

z=xμσz = \frac{{x - \mu }}{\sigma }

μ\mu is the mean and σ\sigma is the standard deviation of the distribution.

Calculate the probability using the formula:

P(a<x<b)=P(aμσxμσbμσ)=P(aμσzbμσ)=Φ(bμσ)Φ(aμσ)\begin{array}{c}\\P\left( {a < x < b} \right) = P\left( {\frac{{a - \mu }}{\sigma } \le \frac{{x - \mu }}{\sigma } \le \frac{{b - \mu }}{\sigma }} \right)\\\\ = P\left( {\frac{{a - \mu }}{\sigma } \le z \le \frac{{b - \mu }}{\sigma }} \right)\\\\ = \Phi \left( {\frac{{b - \mu }}{\sigma }} \right) - \Phi \left( {\frac{{a - \mu }}{\sigma }} \right)\\\end{array}

To calculate the probability where the interval is a<x<a - a < x < a , use the formula:

P(a<x<a)=P(aμσxμσaμσ)=P(aμσzaμσ)=2Φ(aμσ)1\begin{array}{c}\\P\left( { - a < x < a} \right) = P\left( {\frac{{ - a - \mu }}{\sigma } \le \frac{{x - \mu }}{\sigma } \le \frac{{a - \mu }}{\sigma }} \right)\\\\ = P\left( {\frac{{ - a - \mu }}{\sigma } \le z \le \frac{{a - \mu }}{\sigma }} \right)\\\\ = 2\Phi \left( {\frac{{a - \mu }}{\sigma }} \right) - 1\\\end{array}

Use the formula =NORMSDIST() = {\rm{NORMSDIST}}\left( {} \right) to calculate the probability for the Z-value.

(a)

A bolt thread’s length (x)\left( x \right) is normally distributed. The thread length of a randomly selected bolt lies 1.5σ1.5\sigma of its mean intercept, as the thread length lies between μ1.5σ\mu - 1.5\sigma and μ+1.5σ\mu + 1.5\sigma . The probability is calculated as:

P(μ1.5σxμ+1.5σ)=P((μ1.5σ)μσxμσ(μ+1.5σ)μσ)=P(1.5z1.5)=2Φ(1.5)1\begin{array}{c}\\P\left( {\mu - 1.5\sigma \le x \le \mu + 1.5\sigma } \right) = P\left( {\frac{{\left( {\mu - 1.5\sigma } \right) - \mu }}{\sigma } \le \frac{{x - \mu }}{\sigma } \le \frac{{\left( {\mu + 1.5\sigma } \right) - \mu }}{\sigma }} \right)\\\\ = P\left( { - 1.5 \le z \le 1.5} \right)\\\\ = 2\Phi \left( {1.5} \right) - 1\\\end{array}

Use Excel to calculate the probability for the Z-Value 1.5. The screenshot of the formula used is shown:

fx
=NORMSDIST(1.5)
0.9331928

Thus,

P(μ1.5σxμ+1.5σ)=2×0.93319281=0.86638560.8664\begin{array}{c}\\P\left( {\mu - 1.5\sigma \le x \le \mu + 1.5\sigma } \right) = 2 \times 0.9331928 - 1\\\\ = 0.8663856\\\\ \approx 0.8664\\\end{array}

(b)

A bolt thread’s length (x)\left( x \right) is normally distributed. The thread length of a randomly selected bolt is lain further than 2.5σ2.5\sigma of its mean.

The probability is calculated as:

P(x<μ2.5σorx>μ+2.5σ)=1P(μ2.5σxμ+2.5σ)=1P(μ2.5σμσxμσμ+2.5σμσ)=1P(2.5z2.5)=1(2Φ(2.5)1)\begin{array}{c}\\P\left( {x < \mu - 2.5\sigma {\rm{ or }}x > \mu + 2.5\sigma } \right) = 1 - P\left( {\mu - 2.5\sigma \le x \le \mu + 2.5\sigma } \right)\\\\ = 1 - P\left( {\frac{{\mu - 2.5\sigma - \mu }}{\sigma } \le \frac{{x - \mu }}{\sigma } \le \frac{{\mu + 2.5\sigma - \mu }}{\sigma }} \right)\\\\ = 1 - P\left( { - 2.5 \le z \le 2.5} \right)\\\\ = 1 - \left( {2\Phi \left( {2.5} \right) - 1} \right)\\\end{array}

Use Excel to calculate the probability for the Z-Value 2.5. The screenshot of the formula used is shown:

=NORMSDIST(2.5)
0.9937903!

So,

P(x<μ2.5σorx>μ+2.5σ)=1((2×0.9937903)1)=10.9875806=0.01241940.0124\begin{array}{c}\\P\left( {x < \mu - 2.5\sigma {\rm{ or }}x > \mu + 2.5\sigma } \right) = 1 - \left( {\left( {2 \times 0.9937903} \right) - 1} \right)\\\\ = 1 - 0.9875806\\\\ = 0.0124194\\\\ \approx 0.0124\\\end{array}

(c)

The calculation of the probability of the thread length is between the σ\sigma and 2σ2\sigma of its mean:

P(μ2σxμ+2σorμσxμ+σ)=(P(μ2σxμ+2σ)P(μσxμ+σ))=(2Φ(2)1)(2Φ(1)1)\begin{array}{c}\\P\left( {\mu - 2\sigma \le x \le \mu + 2\sigma {\rm{ or }}\mu - \sigma \le x \le \mu + \sigma } \right) = \left( \begin{array}{c}\\P\left( {\mu - 2\sigma \le x \le \mu + 2\sigma } \right) - \\\\P\left( {\mu - \sigma \le x \le \mu + \sigma } \right)\\\end{array} \right)\\\\ = \left( {2\Phi \left( 2 \right) - 1} \right) - \left( {2\Phi (1) - 1} \right)\\\end{array}

Use Excel to calculate the probability for the Z-Value 1 and 2. The screenshot of the formula used is shown below:

fr
=NORMSDIST(2)
0.97725

And:

=NORMSDIST(1)
0.841345

Thus,

P(μ2σxμ+2σorμσxμ+σ)=((2×0.97725)1)((2×0.841345)1)=(1.95451)(1.6826891)=0.95450.682689=0.271811\begin{array}{c}\\P\left( {\mu - 2\sigma \le x \le \mu + 2\sigma {\rm{ or }}\mu - \sigma \le x \le \mu + \sigma } \right) = \left( {\left( {2 \times 0.97725} \right) - 1} \right) - \left( {\left( {2 \times 0.841345} \right) - 1} \right)\\\\ = \left( {1.9545 - 1} \right) - \left( {1.682689 - 1} \right)\\\\ = 0.9545 - 0.682689\\\\ = 0.271811\\\end{array}

Ans: Part a

The probability that the thread length of a bolt lies within 1.5σ1.5\sigma of its mean is approximately 0.8664.

Part b

The probability that the thread length of a bolt is further than 2.5σ2.5\sigma of its mean is approximately 0.0124.

Part c

The probability of the bolt thread length between σ\sigma and 2σ2\sigma from its mean value is 0.271811.

Add a comment
Know the answer?
Add Answer to:
what is the probability that the thread length of a randomly selected bolt is
Your Answer:

Post as a guest

Your Name:

What's your source?

Earn Coins

Coins can be redeemed for fabulous gifts.

Similar Homework Help Questions
  • If bolt thread length is normally distributed, calculate the following proba- bilities: (1) (2 points) The...

    If bolt thread length is normally distributed, calculate the following proba- bilities: (1) (2 points) The probability that the bolt thread length is within 1.5 2) (4 points) The probability that the bolt thread length is farther than (3) (4 points) The probability that the bolt thread length is between one standard deviations from the expected value. 2.5 standard deviations from the expected value. standard deviation and 2 standard deviations from the expected value.

  • 1) What is the probability of a randomly selected value from a normally distributed population falling...

    1) What is the probability of a randomly selected value from a normally distributed population falling within 1.5 standard deviations of the mean? 8) What is the probability of a randomly selected value from a normally distributed population NOT being between 0.68 standard deviations below the mean and 1.5 standard deviations above the mean? ***For the following questions, assume a business has an average daily revenue of $1200 and revenue levels are found to be normally distributed with a standard...

  • #1 find the probability that a randomly selected adult has an IQ greater than 128.7 #2...

    #1 find the probability that a randomly selected adult has an IQ greater than 128.7 #2 find the probability that a randomly selected adult has an IQ between 87 and 113 #3 what are the values of the mean and standard deviation after converting all pulse rates of women to z scores using z= Homework: 10MML: Homework Score: 0 of 1 pt 18 of 24 (12 complete) 6.2.14-T Assume that adults have IQ scores that are normally distributed with a...

  • The time it takes a randomly selected rat to complete a maze is normally distributed with...

    The time it takes a randomly selected rat to complete a maze is normally distributed with mean 1.5 minutes and standard deviation 0.35 minutes. (a) Find the probability that a randomly selected rat spends longer than 1.6 minutes to complete it. (b) We randomly take a sample of 100 rats. Find the probability that the average completion time for the sampled rats is smaller than 1.6 minutes. (c) We randomly take a sample of 4 rats. Find the probability that...

  • (30 pts) The length of a special part manufactured by a GM supplier is uniformly distributed...

    (30 pts) The length of a special part manufactured by a GM supplier is uniformly distributed between 380 mm to 390 mm. What is the mean and standard deviation of the length of this part? What is the probability that the length of a randomly selected part is within 1 standard deviation of its mean value? b.

  • Question 1 The average math SAT score is 511with a standard deviation of 119. A particular...

    Question 1 The average math SAT score is 511with a standard deviation of 119. A particular high school claims that its students have unusually high math SAT scores. A random sample of 50 students from this school was​ selected, and the mean math SAT score was 555. Is the high school justified in its​ claim? Explain. ▼ Pick one No Yes ​because the​ z-score (what is the z score) ​(?​) is ▼ pick one not unusual unusual since it ▼...

  • 1. Assume that a randomly selected subject is given a bone density test. Those test scores...

    1. Assume that a randomly selected subject is given a bone density test. Those test scores are normally distributed with a mean of 0 and a standard deviation of 1. Find the probability that a given score is less than 3.87 and draw a sketch of the region. 2. Assume that a randomly selected subject is given a bone density test. Bone density test scores are normally distributed with a mean of 0 and a standard deviation of 1. Draw...

  • 5) A bin contains 62 bolts, 28 have metric thread while the remainder have English thread....

    5) A bin contains 62 bolts, 28 have metric thread while the remainder have English thread. Suppose that 3 washers are selected without replacement from the lot. A) What is the probability that all 3 bolts have metric thread? B) What is the probability that the third bolt selected has English thread if the first and second bolts selected have metric threads? C) What is the probability that the second bolt selected has English thread if the first and

  • Suppose the lengths of the pregnancies of a certain animal are approximately normally distributed with mean μ=283 days and σ=17 days. ​(a) What is the probability that a randomly selected pregnancy la...

    Suppose the lengths of the pregnancies of a certain animal are approximately normally distributed with mean μ=283 days and σ=17 days. ​(a) What is the probability that a randomly selected pregnancy lasts less than 277 ​days? The probability that a randomly selected pregnancy lasts less than 277 days is approximately 0.3632 ​ (Round to four decimal places as​ needed.) Interpret this probability. Select the correct choice below and fill in the answer box within your choice. ​ (Round to the...

  • A population is normally distributed with μ=200 and σ=25. a. Find the probability that a value...

    A population is normally distributed with μ=200 and σ=25. a. Find the probability that a value randomly selected from this population will have a value greater than 245. b. Find the probability that a value randomly selected from this population will have a value less than 190. c. Find the probability that a value randomly selected from this population will have a value between 190 and 245.

ADVERTISEMENT
Free Homework Help App
Download From Google Play
Scan Your Homework
to Get Instant Free Answers
Need Online Homework Help?
Ask a Question
Get Answers For Free
Most questions answered within 3 hours.
ADVERTISEMENT
ADVERTISEMENT
ADVERTISEMENT