Question

Suppose X is a Normal random variable with with expected value 31 and standard deviation 3.11....

Suppose X is a Normal random variable with with expected value 31 and standard deviation 3.11. 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)  What is the standard deviation of X when n = 19?

b) What is the probability that X1 + X2 + ... +X20 > 630?

PLEASE ANSWER IN R SCRIPT

Homework Answers

Answer #1

x.mean=31
x.sd=3.11
n=19
xbar.sd=(x.sd)/sqrt(n)
xbar.sd

-------------------------------------------------------------------------

(b)

x.mean=31
x.sd=3.11
n=20
xsum.mean=n*(x.mean)
xsum.sd=sqrt(n)*(x.sd)
ans=1-pnorm(630,mean=xsum.mean,sd=xsum.sd)
ans

Know the answer?
Your Answer:

Post as a guest

Your Name:

What's your source?

Earn Coins

Coins can be redeemed for fabulous gifts.

Not the answer you're looking for?
Ask your own homework help question
Similar Questions
Question 7) Suppose X is a Normal random variable with with expected value 31 and standard...
Question 7) Suppose X is a Normal random variable with with expected value 31 and standard deviation 3.11. 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>32.1): b) Find the probability P(X >32.1) when n = 4: c) Find the probability P(X >32.1) when n = 25: d) What is the probability P(31.8 <X <32.5) when n = 25?...
Suppose X is a random variable with with expected value -0.01 and standard deviation σ =...
Suppose X is a random variable with with expected value -0.01 and standard deviation σ = 0.04. Let X1, X2, ... ,X81 be a random sample of 81 observations from the distribution of X. Let X be the sample mean. Use R to determine the following: Copy your R script b) What is the approximate probability that X1 + X2 + ... +X81 >−0.02?
A random variable ?x has a Normal distribution with an unknown mean and a standard deviation...
A random variable ?x has a Normal distribution with an unknown mean and a standard deviation of 12. Suppose that we take a random sample of size ?=36n=36 and find a sample mean of ?¯=98x¯=98 . What is a 95% confidence interval for the mean of ?x ? (96.355,99.645)(96.355,99.645) (97.347,98.653)(97.347,98.653) (94.08,101.92)(94.08,101.92) (74.48,121.52)
Problem 6. A random variable x has a Normal distribution with an unknown mean and a...
Problem 6. A random variable x has a Normal distribution with an unknown mean and a standard deviation of 12. Suppose that we take a random sample of size n = 36 and find a sample mean of "x-bar" = 98. What is a 95% confidence interval for the mean of x?
Given a random variable X following normal distribution with mean of -3 and standard deviation of...
Given a random variable X following normal distribution with mean of -3 and standard deviation of 4. Then random variable Y=0.4X+5 is also normal. (1)Find the distribution of Y, i.e. μy,σy (2)Find the probabilities P(−4<X<0),P(−1<Y<0) (3)Find the probabilities(let n size =8) P(−4<X¯<0),P(3<Y¯<4) (4)Find the 53th percentile of the distribution of X
Let X1, X2 be a random sample of size 2 from the standard normal distribution N...
Let X1, X2 be a random sample of size 2 from the standard normal distribution N (0, 1). find the distribution of {min(X1, X2)}^2
a. If X is a normal random variable with mean 10, and if the probability that...
a. If X is a normal random variable with mean 10, and if the probability that X is less than 11.54 is .72 then what is the standard deviation of X? 1.75 3.50 4.20 12.25 b. If the standard deviation of a population is 36 and we take a sample of size 9, then the standard error (the standard deviation of the sample mean) is 12.00 3.00 108.00 4.00 c. According to the empirical rule, in a normal distribution about...
Suppose x has a distribution with a mean of 20 and a standard deviation of 3....
Suppose x has a distribution with a mean of 20 and a standard deviation of 3. Random samples of size n = 36 are drawn. Is the sampling distribution of x normal? How do you know? What is the mean and the standard deviation of the sampling distribution of x? Find the z score corresponding to x = 19. Find P (x < 19). Would if be unusual for a random sample of size 36 from the x distribution to...
A random variable X follows a normal distribution with mean 135 and standard deviation 12. If...
A random variable X follows a normal distribution with mean 135 and standard deviation 12. If a sample of size 10 is taken, find P (x̅ < 137). (4 decimal places) Find the answer using StatCrunch.
Suppose X is a random variable with expected value 260 and standard deviation 120, and Y...
Suppose X is a random variable with expected value 260 and standard deviation 120, and Y is a random variable with expected value 170 and standard deviation 70. Compute each of the means and standard deviations indicated below (round off your answers to two decimal places, if necessary). E(1.7X)= SD(1.7X)= SD(X+Y)= E(X−Y)= SD(X−Y)= Now let Y1 and Y2 be two instances of the random variable YY and compute the following (again, rounding to two decimal places, if necessary). E(Y1+Y2)= SD(Y1+Y2)=...