Suppose X is a Normal random variable with with expected value 5 and standard deviation 5. We take a random sample of size n from the distribution of X. Let X be the sample mean. Use R to determine the following: a) Find the probability P(X< 4.0) 0.03593032x b) Find the probability P(X < 4) when n = 9 3.332045e-0 X c) Find the probability P(X < 4) when n = 36 1.721018e-2 x
Suppose X is a Normal random variable with with expected value 5 and standard deviation 5. We take a random sample of size n from the distribution of X. Let X be the sample mean. Use R to determine the following: a) Find the probability P(X< 4.0) 0.03593032x b) Find the probability P(X < 4) when n = 9 3.332045e-0 X c) Find the probability P(X < 4) when n = 36 1.721018e-2 x
A First Course in Probability (10th Edition)
10th Edition
ISBN:9780134753119
Author:Sheldon Ross
Publisher:Sheldon Ross
Chapter1: Combinatorial Analysis
Section: Chapter Questions
Problem 1.1P: a. How many different 7-place license plates are possible if the first 2 places are for letters and...
Related questions
Question
I am having trouble with this question and not sure if I am doing it right. I am using the r progaming language for this task

Transcribed Image Text:Suppose X is a Normal random variable with with expected value 5 and standard deviation 5. We take a random sample of size n from the distribution of X. Let X be
the sample mean. Use R to determine the following:
a) Find the probability P(X< 4.0) 0.03593032 X
b) Find the probability P(X < 4) when n = 9 3.332045e-0X
c) Find the probability P(X < 4) when n = 36 1.721018e-2X
![> mu <- 5
> sigma <- 5
> pnorm(-4,mu ,sigma)
[1] 0.03593032
> pnorm(-4,mu,sigma/sqrt(9))
[1] 3.332045e-08
> pnorm(-4, mu, sigma/sqrt(36))
[1] 1.721018e-27](/v2/_next/image?url=https%3A%2F%2Fcontent.bartleby.com%2Fqna-images%2Fquestion%2F86bfc21f-7304-4d6a-8ae3-de059a5180e7%2F737cbe13-49a7-4ecc-bbfb-21da1870a7dd%2Fab2w83_processed.png&w=3840&q=75)
Transcribed Image Text:> mu <- 5
> sigma <- 5
> pnorm(-4,mu ,sigma)
[1] 0.03593032
> pnorm(-4,mu,sigma/sqrt(9))
[1] 3.332045e-08
> pnorm(-4, mu, sigma/sqrt(36))
[1] 1.721018e-27
Expert Solution

This question has been solved!
Explore an expertly crafted, step-by-step solution for a thorough understanding of key concepts.
This is a popular solution!
Trending now
This is a popular solution!
Step by step
Solved in 4 steps with 3 images

Recommended textbooks for you

A First Course in Probability (10th Edition)
Probability
ISBN:
9780134753119
Author:
Sheldon Ross
Publisher:
PEARSON


A First Course in Probability (10th Edition)
Probability
ISBN:
9780134753119
Author:
Sheldon Ross
Publisher:
PEARSON
