Question

Sketch some Normal curves. (a) Sketch a Normal curve that has mean 10 and standard deviation...

Sketch some Normal curves.
(a) Sketch a Normal curve that has mean 10 and standard deviation 3.
(b) On the same x axis, sketch a Normal curve that has mean 20 and standard deviation 3.
(c) How does the Normal curve change when the mean is varied but the standard deviation
stays the same?

Homework Answers

Answer #1

(a)

The Normal Curve with mean 10 and standard deviation 3 is plotted in Red.

(b)

The Normal Curve with mean 10 and standard deviation 3 is plotted in Blue.

(c)

When the mean is varied but the standard deviation stays the same, the shape of the curve along with the spread remains same. Only the normal curve is shifted towards right with increase in mean or shifted towards left with decrease in mean.

R code -

mu = 10 ; sd = 3
x=seq(mu-3.5*sd,mu+3.5*sd,length=200)
y=dnorm(x,mean=mu,sd=sd)
plot(x,y,type="l",lwd=2,col="red", ylab = "f(x)", xlab = "x", xlim = c(0,30))
from=mu-3.5*sd
to=-mu+3.5*sd
x1=seq(from,to,length=100)
y1=dnorm(x1,mean=mu,sd=sd)

mu = 20 ; sd = 3
x=seq(mu-3.5*sd,mu+3.5*sd,length=200)
y=dnorm(x,mean=mu,sd=sd)
lines(x,y,type="l",lwd=2,col="blue", ylab = "f(x)", xlab = "x")

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
You compute the mean, median, range, and standard deviation of 20 numbers. If you add 10...
You compute the mean, median, range, and standard deviation of 20 numbers. If you add 10 to each number, what effect does that have on the following statistics? i) The mean is: a) increased by 10 b) decreased by 10 c) increased by 200 d) stays the same ii) The median is: a) increased by 10 b) decreased by 10 c) increased by 200 d) stays the same iii) The range is: a) increased by 10 b) decreased by 10...
Please fill in the blanks. 1)If normal distribution A has a mean of 40 and a...
Please fill in the blanks. 1)If normal distribution A has a mean of 40 and a standard deviation of 20 and normal distribution B has a mean of 40 and a standard deviation of 10, then curve is ________ and _________ than curve B. If normal distribution C had mean of 30 and a standard deviation of 20, then curve C has the same shape as curve ________ but has a different shape. 2) When np ≥ _____ and n(1-p)...
sketch an example of a normal distribution with mean 3 and standard deviation 2
sketch an example of a normal distribution with mean 3 and standard deviation 2
a) Assume that x has a normal distribution with the specified mean and standard deviation. Find...
a) Assume that x has a normal distribution with the specified mean and standard deviation. Find the indicated probability. (Round your answer to four decimal places.) μ = 4; σ = 6 P(1 ≤ x ≤ 13) = b) Assume that x has a normal distribution with the specified mean and standard deviation. Find the indicated probability. (Round your answer to four decimal places.) μ = 103; σ = 20 P(x ≥ 120) = c) Find z such that 5%...
1) For a normal distribution curve with a mean of 7 and a standard deviation of...
1) For a normal distribution curve with a mean of 7 and a standard deviation of 4, which of the following ranges of the variable will define an area under the curve corresponding to a probability of approximately 34%? a) from 7 to 11 b)from –1 to 15 c) from 5 to 9 d) from 3 to 11 2) The average age of vehicles registered in the United States is 96 months. Assume the population is normally distributed with a...
For a normal curve with mean 9 and standard deviation 3, which of the following parts...
For a normal curve with mean 9 and standard deviation 3, which of the following parts of the normal curve will have an area of approximately 68%?
Let X be a normal random variable with ?=−10 and ?=2. Let Z be a standard...
Let X be a normal random variable with ?=−10 and ?=2. Let Z be a standard normal random variable. Draw density plots for both random variables on the same graph. You will want an x-axis that goes from around -20 to around 5. Your y-axis will start at zero and will need go high enough to cover the highest density. Recall that the density of a normal random variable at the point ? with mean ? and standard deviation ?...
1. Assume that x has a normal distribution with the specified mean and standard deviation. Find...
1. Assume that x has a normal distribution with the specified mean and standard deviation. Find the indicated probability. (Round your answer to four decimal places.) μ = 14.3; σ = 3.5 P(10 ≤ x ≤ 26)=? 2.Assume that x has a normal distribution with the specified mean and standard deviation. Find the indicated probability. (Round your answer to four decimal places.) μ = 5.9; σ = 1.1 P(7 ≤ x ≤ 9)=? 3. Assume that x has a normal...
a. Assume that x has a normal distribution with the specified mean and standard deviation. Find...
a. Assume that x has a normal distribution with the specified mean and standard deviation. Find the indicated probability. (Round your answer to four decimal places.) ? = 4.8; ? = 1.5 P(3 ? x ? 6) = b. Assume that x has a normal distribution with the specified mean and standard deviation. Find the indicated probability. (Round your answer to four decimal places.) ? = 41; ? = 15 P(50 ? x ? 70) = c. Assume that x...
a. Assume that x has a normal distribution with the specified mean and standard deviation. Find...
a. Assume that x has a normal distribution with the specified mean and standard deviation. Find the indicated probability. (Round your answer to four decimal places.) μ = 15.5; σ = 4.5 P(10 ≤ x ≤ 26) = b. Now, assume that x has a normal distribution with the specified mean and standard deviation. Find the indicated probability. (Round your answer to four decimal places.) μ = 14.2; σ = 2.9   P(8 ≤ x ≤ 12) = c. Now, assume...
ADVERTISEMENT
Need Online Homework Help?

Get Answers For Free
Most questions answered within 1 hours.

Ask a Question
ADVERTISEMENT