Statistics > QUESTIONS & ANSWERS > Chamberlain College of Nursing Week 5 Math 225N Statistics Quiz Latest 2022 (All)

Chamberlain College of Nursing Week 5 Math 225N Statistics Quiz Latest 2022

Document Content and Description Below

Week 5 Assignment: Applications of the Normal Distribution - Excel Question Sugar canes have lengths, X , that are normally distributed with mean 365.45 centimeters and standard deviation 4.9 cent... imeters. What is the probability of the length of a randomly selected cane being between 360 and 370 centimeters?  Round your answer to four decimal places. The mean is μ=365.45 , and the standard deviation is σ=4.9 . As the probability between two values is to be calculated, subtract the probability of the lower value from the higher value. In this case, you have to use the NORMDIST function twice. 1. Open Excel and click on any empty cell. Click Insert function, fx . 2. Search for NORMDIST in the search for a function dialog box and click GO. 3. Make sure NORMDIST is on top in select a function. Then click OK. 4. In the function arguments of NORMDIST function, enter 370 for X , 365.45 for Mean, 4.9 for Standard_dev, and TRUE for Cumulative, all for the higher value of X . Thus, the answer, rounded to four decimal places, is 0.8234 . 5. Click on any other empty cell. Click Insert function, fx . 6. Search for NORMDIST in the search for a function dialog box and click GO. 7. Make sure NORMDIST is on top in select a function. Then click OK. 8. In the function arguments of NORMDIST function, enter 360 for X , 365.45 for Mean, 4.9 for Standard_dev, and TRUE for Cumulative, all for the lower value of X . Thus, the answer, rounded to four decimal places, is 0.1330 . Now subtract, 0.8234−0.1330=0.6904 . Thus, the probability of the length of a randomly selected cane being between 360 and 370 centimeters is 0.6904 . Question The number of miles a motorcycle, X, will travel on one gallon of gasoline is modeled by a normal distribution with mean 44 and standard deviation 5. If Mike starts a journey with one gallon of gasoline in the motorcycle, find the probability that, without refueling, he can travel more than 50 miles. Round your answer to four decimal places. The mean is μ=44, and the standard deviation is σ=5. The probability that Mike can travel, without refueling, more than 50 miles is shown below. A normal curve is over a horizontal axis and is divided into 3 regions. Vertical line segments extend from the horizontal axis to the curve at the mean, 44 and at 50. The right region is shaded. First find the probability to the left of 50 and subtract from 1. 1. Open Excel and click on any empty cell. Click Insert function, fx. 2. Search for NORMDIST in the search for a function dialog box and click GO. 3. Make sure NORMDIST is on top in select a function. Then click OK. 4. In the function arguments of NORMDIST function, enter 50 for X, 44 for Mean, 5 for Standard_dev, and TRUE for Cumulative. This probability, rounded to four decimal places, is 0.8849. Now subtract, 1−0.8849=0.1151. Thus, the desired probability is P(X>50)=0.1151. Question A worn, poorly set-up machine is observed to produce components whose length X follows a normal distribution with mean 14 centimeters and variance 9. Calculate the probability that a component is at least 12 centimeters long. Round your answer to four decimal places. The mean is μ=14, and the standard deviation is σ=9–√=3. 1. Open Excel and click on any empty cell. Click Insert function, fx. 2. Search for NORMDIST in the search for a function dialog box and click GO. 3. Make sure NORMDIST is on top in select a function. Then click OK. 4. In the function arguments of NORMDIST function, enter 12 for X, 14 for Mean, 3 for Standard_dev, and TRUE for Cumulative. The probability, rounded to four decimal places, is P(X<12)≈0.2525. The desired probability is P(X≥12), so subtract from 1 to get P(X≥12)=1−0.2525=0.7475. 1. An organization has members who possess IQs in the top 4% of the population. If IQs are normally distributed, with a mean of 100 and a standard deviation of 15, what is the minimum IQ required for admission into the organization? Use Excel, and round your answer to the nearest integer: 126 2. The top 5% of applicants on a test will receive a scholarship. If the test scores are normally distributed with a mean of 600 and a standard distribution of 85, how low can an applicant score to still qualify for a scholarship? Use Excel, and round your answer to the nearest integer. 740 -Here, the mean, μ, is 600 and the standard deviation, σ, is 85. Let x be the score on the test. As the top 5% of the applicants will receive a scholarship, the area to the right of x is 5%=0.05. So the area to the left of x is 1−0.05=0.95. Use Excel to find x. -Open Excel. Click on an empty cell. Type =NORM.INV(0.95,600,85) and press ENTER. -The answer rounded to the nearest integer, is x≈740. Thus, an applicant can score a 740 and still be in the top 5% of applicants on a test in order to receive a scholarship. 3. The weights of oranges are normally distributed with a mean of 12.4 pounds and a standard deviation of 3 pounds. Find the minimum value that would be included in the top 5% of orange weights. Use Excel, and round your answer to one decimal place. 17.3 -Here, the mean, μ, is 12.4 and the standard deviation, σ, is 3. Let x be the minimum value that would be included in the top 5% of orange weights. The area to the right of x is 5%=0.05. So, the area to the left of x is 1−0.05=0.95. Use Excel to find x. -1. Open Excel. Click on an empty cell. Type =NORM.INV(0.95,12.4,3) and press ENTER. -The answer, rounded to one decimal place, is x≈17.3. Thus, the minimum value that would be included in the top 5% of orange weights is 17.3 pounds 4. Two thousand students took an exam. The scores on the exam have an approximate normal distribution with a mean of μ=81 points and a standard deviation of σ=4 points. The middle 50% of the exam scores are between what two values? Use Excel, and round your answers to the nearest integer. 78, 84 The probability to the left of x1 is 0.25. Use Excel to find x1. 1. Open Excel. Click on an empty cell. Type =NORM.INV(0.25,81,4) and press ENTER. Rounding to the nearest integer, x1≈78. The probability to the left of x2 is 0.25+0.50=0.75. Use Excel to find x2. 1. Open Excel. Click on an empty cell. Type =NORM.INV(0.75,81,4) and press ENTER. Rounding to the nearest integer, x2≈84. Thus, the middle 50% of the exam scores are between 78 and 84. 5. The number of walnuts in a mass-produced bag is modeled by a normal distribution with a mean of 44 and a standard deviation of 5. Find the number of walnuts in a bag that has more walnuts than 80% of the other bags. Use Excel, and round your answer to the nearest integer. 48 Here, the mean, μ, is 44 and the standard deviation, σ, is 5. Let x be the number of walnuts in the bag. The area to the left of x is 80%=0.80. Use Excel to find x. 1. Open Excel. Click on an empty cell. Type =NORM.INV(0.80,44,5) and press ENTER. The answer, rounded to the nearest integer, is x≈48. Thus, there are 48 walnuts in a bag that has more walnuts than 80% of the other bags. The weight of bags of green landscaping gravel, X, is modeled by normal distribution with a mean 26.7 kilograms and standard deviation 0.3 kilogram. Determine the probability that a randomly selected bag of green gravel will weigh less than 26 kilograms. Round your answer to four decimal places. Answer Explanation Correct answers:  0 point 0 0 9 8 $0.0098$0.0098 The mean is μ=26.7, and the standard deviation is σ=0.3. 1. Open Excel and click on any empty cell. Click Insert function, fx. 2. Search for NORMDIST in the search for a function dialog box and click GO. 3. Make sure NORMDIST is on top in select a function. Then click OK. 4. In the function arguments of NORMDIST function, enter 26 for X, 26.7 for Mean, 0.3 for Standard_dev, and TRUE for Cumulative. Thus, the answer, rounded to four decimal places, is P(X<26)≈0.0098. Question The average speed of a car on the highway is 85 kmph with a standard deviation of 5 kmph. Assume the sp [Show More]

Last updated: 2 years ago

Preview 1 out of 21 pages

Buy Now

Instant download

We Accept:

We Accept
document-preview

Buy this document to get the full access instantly

Instant Download Access after purchase

Buy Now

Instant download

We Accept:

We Accept

Reviews( 0 )

$13.00

Buy Now

We Accept:

We Accept

Instant download

Can't find what you want? Try our AI powered Search

228
1

Document information


Connected school, study & course


About the document


Uploaded On

Mar 28, 2022

Number of pages

21

Written in

Seller


seller-icon
Nutmegs

Member since 4 years

620 Documents Sold

Reviews Received
77
14
8
2
21
Additional information

This document has been written for:

Uploaded

Mar 28, 2022

Downloads

 1

Views

 228

Document Keyword Tags


$13.00
What is Scholarfriends

In Scholarfriends, a student can earn by offering help to other student. Students can help other students with materials by upploading their notes and earn money.

We are here to help

We're available through e-mail, Twitter, Facebook, and live chat.
 FAQ
 Questions? Leave a message!

Follow us on
 Twitter

Copyright © Scholarfriends · High quality services·