How to find percentage given mean and standard deviation?

Clash Royale CLAN TAG#URR8PPP
up vote
1
down vote
favorite
The speed limit on Union street is 40 km/h. Rachel and Joe measured the speed of passing vehicles over a period of time. They found the set of data to be normally distributed with a mean speed of 36 km/h and a standard deviation of 2 km/h.
What percentage of the vehicles passed on Union Street at speed greater than 40 km/h?
If ü=36 ÃÂ=2
Z=x-ü /ÃÂ
so Z=2
Z>2
R(2)=0,02275
So the percentage of the vehicles passed on Union Street at speed greater than 40 km/h is 2,28%
Is the first time that I try to solve this kind of exercise. Is this correct?
statistics standard-deviation means
add a comment |Â
up vote
1
down vote
favorite
The speed limit on Union street is 40 km/h. Rachel and Joe measured the speed of passing vehicles over a period of time. They found the set of data to be normally distributed with a mean speed of 36 km/h and a standard deviation of 2 km/h.
What percentage of the vehicles passed on Union Street at speed greater than 40 km/h?
If ü=36 ÃÂ=2
Z=x-ü /ÃÂ
so Z=2
Z>2
R(2)=0,02275
So the percentage of the vehicles passed on Union Street at speed greater than 40 km/h is 2,28%
Is the first time that I try to solve this kind of exercise. Is this correct?
statistics standard-deviation means
add a comment |Â
up vote
1
down vote
favorite
up vote
1
down vote
favorite
The speed limit on Union street is 40 km/h. Rachel and Joe measured the speed of passing vehicles over a period of time. They found the set of data to be normally distributed with a mean speed of 36 km/h and a standard deviation of 2 km/h.
What percentage of the vehicles passed on Union Street at speed greater than 40 km/h?
If ü=36 ÃÂ=2
Z=x-ü /ÃÂ
so Z=2
Z>2
R(2)=0,02275
So the percentage of the vehicles passed on Union Street at speed greater than 40 km/h is 2,28%
Is the first time that I try to solve this kind of exercise. Is this correct?
statistics standard-deviation means
The speed limit on Union street is 40 km/h. Rachel and Joe measured the speed of passing vehicles over a period of time. They found the set of data to be normally distributed with a mean speed of 36 km/h and a standard deviation of 2 km/h.
What percentage of the vehicles passed on Union Street at speed greater than 40 km/h?
If ü=36 ÃÂ=2
Z=x-ü /ÃÂ
so Z=2
Z>2
R(2)=0,02275
So the percentage of the vehicles passed on Union Street at speed greater than 40 km/h is 2,28%
Is the first time that I try to solve this kind of exercise. Is this correct?
statistics standard-deviation means
asked Aug 5 '17 at 20:01
tuscan
421
421
add a comment |Â
add a comment |Â
1 Answer
1
active
oldest
votes
up vote
0
down vote
You have vehicle speeds $X sim mathsfNorm(mu = 36, sigma = 2)$ and
you seek
$$P(X > 40) = Pleft(fracX - musigma > frac40-362right)
= P(Z > 2) = 0.02275,$$
where $Z$ has the standard normal distribution and the probability
can be found using printed normal tables or software.
You do not define what you mean by $R,$ but the numerical answer is OK.
Note: Using some kinds of statistical software you can skip the 'standardization
step' and get the answer directly. In R statistical software, for example,
you could use
1 - pnorm(40, 36, 2)
## 0.02275013
In Minitab 16 you can get $P(X le 40)$ and then subtract from $1.$
MTB > cdf 40;
SUBC> norm 36 2.
Cumulative Distribution Function
Normal with mean = 36 and standard deviation = 2
x P(àXàâ¤àxà)
40 0.977250
add a comment |Â
1 Answer
1
active
oldest
votes
1 Answer
1
active
oldest
votes
active
oldest
votes
active
oldest
votes
up vote
0
down vote
You have vehicle speeds $X sim mathsfNorm(mu = 36, sigma = 2)$ and
you seek
$$P(X > 40) = Pleft(fracX - musigma > frac40-362right)
= P(Z > 2) = 0.02275,$$
where $Z$ has the standard normal distribution and the probability
can be found using printed normal tables or software.
You do not define what you mean by $R,$ but the numerical answer is OK.
Note: Using some kinds of statistical software you can skip the 'standardization
step' and get the answer directly. In R statistical software, for example,
you could use
1 - pnorm(40, 36, 2)
## 0.02275013
In Minitab 16 you can get $P(X le 40)$ and then subtract from $1.$
MTB > cdf 40;
SUBC> norm 36 2.
Cumulative Distribution Function
Normal with mean = 36 and standard deviation = 2
x P(àXàâ¤àxà)
40 0.977250
add a comment |Â
up vote
0
down vote
You have vehicle speeds $X sim mathsfNorm(mu = 36, sigma = 2)$ and
you seek
$$P(X > 40) = Pleft(fracX - musigma > frac40-362right)
= P(Z > 2) = 0.02275,$$
where $Z$ has the standard normal distribution and the probability
can be found using printed normal tables or software.
You do not define what you mean by $R,$ but the numerical answer is OK.
Note: Using some kinds of statistical software you can skip the 'standardization
step' and get the answer directly. In R statistical software, for example,
you could use
1 - pnorm(40, 36, 2)
## 0.02275013
In Minitab 16 you can get $P(X le 40)$ and then subtract from $1.$
MTB > cdf 40;
SUBC> norm 36 2.
Cumulative Distribution Function
Normal with mean = 36 and standard deviation = 2
x P(àXàâ¤àxà)
40 0.977250
add a comment |Â
up vote
0
down vote
up vote
0
down vote
You have vehicle speeds $X sim mathsfNorm(mu = 36, sigma = 2)$ and
you seek
$$P(X > 40) = Pleft(fracX - musigma > frac40-362right)
= P(Z > 2) = 0.02275,$$
where $Z$ has the standard normal distribution and the probability
can be found using printed normal tables or software.
You do not define what you mean by $R,$ but the numerical answer is OK.
Note: Using some kinds of statistical software you can skip the 'standardization
step' and get the answer directly. In R statistical software, for example,
you could use
1 - pnorm(40, 36, 2)
## 0.02275013
In Minitab 16 you can get $P(X le 40)$ and then subtract from $1.$
MTB > cdf 40;
SUBC> norm 36 2.
Cumulative Distribution Function
Normal with mean = 36 and standard deviation = 2
x P(àXàâ¤àxà)
40 0.977250
You have vehicle speeds $X sim mathsfNorm(mu = 36, sigma = 2)$ and
you seek
$$P(X > 40) = Pleft(fracX - musigma > frac40-362right)
= P(Z > 2) = 0.02275,$$
where $Z$ has the standard normal distribution and the probability
can be found using printed normal tables or software.
You do not define what you mean by $R,$ but the numerical answer is OK.
Note: Using some kinds of statistical software you can skip the 'standardization
step' and get the answer directly. In R statistical software, for example,
you could use
1 - pnorm(40, 36, 2)
## 0.02275013
In Minitab 16 you can get $P(X le 40)$ and then subtract from $1.$
MTB > cdf 40;
SUBC> norm 36 2.
Cumulative Distribution Function
Normal with mean = 36 and standard deviation = 2
x P(àXàâ¤àxà)
40 0.977250
edited Aug 7 '17 at 5:04
answered Aug 7 '17 at 4:52
BruceET
33.6k71440
33.6k71440
add a comment |Â
add a comment |Â
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fmath.stackexchange.com%2fquestions%2f2383828%2fhow-to-find-percentage-given-mean-and-standard-deviation%23new-answer', 'question_page');
);
Post as a guest
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password