Harold Nelson
March 18, 2024
## [1] 0.3413447
## [1] 0.8413131
## [1] 0.1586236
## [1] 0.6826895
## [1] 0.6826895
Find the probability that a single random number drawn from a set of numbers with a standard normal distribution is < .7. Do this three ways.
## [1] 0.7580363
## [1] 0.7580047
## [1] 0.758577
Find the probability that a single random number drawn from a set of numbers with a standard normal distribution is > .7. Do this three ways.
## [1] 0.2419637
## [1] 0.241932
## [1] 0.242511
Find the probability that a single random number drawn from a set of numbers with a standard normal distribution is > .3 and < .9. Do this three ways.
Exercise 3 Answers
## [1] 0.1980285
## [1] 0.1980285
## [1] 0.198377
Find the probability that a single random number drawn from a set of numbers with a normal distribution having a mean of 100 and a standard deviation of 10 is > 90 and < 115. Do this three ways.
## [1] 0.7745375
## [1] 0.7745375
## [1] 0.774297
90% of a standard normal distribution lies to the left of x. What is the value of x?
10% of a standard normal distribution lies to the right of x. What is the value of x?
A bank’s loan officer rates applicants for credit. The ratings are normally distributed with a mean of 200 and a standard deviation of 50. Find P60, the score which separates the lower 60% from the top 40%.
The weights of certain machine components are normally distributed with a mean of 8.5 g and a standard deviation of 0.09 g. Find the two weights that separate the top 3% and the bottom 3%. These weights could serve as limits used to identify which components should be rejected.
## [1] 8.669271
## [1] 8.330729
The weights of certain machine components are normally distributed with a mean of 8.5 g and a standard deviation of 0.09 g. What is the probability that a randomly selected component weighs more than 8.6 g.