1answer.
Ask question
Login Signup
Ask question
All categories
  • English
  • Mathematics
  • Social Studies
  • Business
  • History
  • Health
  • Geography
  • Biology
  • Physics
  • Chemistry
  • Computers and Technology
  • Arts
  • World Languages
  • Spanish
  • French
  • German
  • Advanced Placement (AP)
  • SAT
  • Medicine
  • Law
  • Engineering
svet-max [94.6K]
3 years ago
11

2. The Welcher Adult Intelligence Test Scale is composed of a number of subtests. On one subtest, the raw scores have a mean of

35 and a standard deviation of 6. Assuming these raw scores form a normal distribution: a) What number represents the 65th percentile (what number separates the lower 65% of the distribution)? 37.31 b) What number represents the 90th percentile? 42.71 c) What is the probability of getting a raw score between 28 and 38? 57% d) What is the probability of getting a raw score between 41 and 44? 9
Mathematics
2 answers:
IgorC [24]3 years ago
6 0

Answer:

a) 37.31 b) 42.70 c) 0.57 d) 0.09

Step-by-step explaanation:

We are regarding a normal distribution with a mean of 35 and a standard deviation of 6, i.e., \mu = 35 and \sigma = 6. We know that the probability density function for a normal distribution with a mean of \mu and a standard deviation of \sigma is given by

f(x) = \frac{1}{\sqrt{2\pi}\sigma}\exp[-\frac{(x-\mu)^{2}}{2\sigma^{2}}]

in this case we have

f(x) = \frac{1}{\sqrt{2\pi}6}\exp[-\frac{(x-35)^{2}}{2(6^{2})}]

Let X be the random variable that represents a row score, we find the values we are seeking in the following way

a)  we are looking for a number x_{0} such that

P(X\leq x_{0}) = \int\limits^{x_{0}}_{-\infty} {f(x)} \, dx = 0.65, this number is x_{0}=37.31

you can find this answer using the R statistical programming languange and the instruction qnorm(0.65, mean = 35, sd = 6)

b) we are looking for a number  x_{1} such that

P(X\leq x_{1}) = \int\limits^{x_{1}}_{-\infty} {f(x)} \, dx = 0.9, this number is x_{1}=42.70

you can find this answer using the R statistical programming languange and the instruction qnorm(0.9, mean = 35, sd = 6)

c) we find this probability as

P(28\leq X\leq 38)=\int\limits^{38}_{28} {f(x)} \, dx = 0.57

you can find this answer using the R statistical programming languange and the instruction pnorm(38, mean = 35, sd = 6) -pnorm(28, mean = 35, sd = 6)

d) we find this probability as

P(41\leq X\leq 44)=\int\limits^{44}_{41} {f(x)} \, dx = 0.09

you can find this answer using the R statistical programming languange and the instruction pnorm(44, mean = 35, sd = 6) -pnorm(41, mean = 35, sd = 6)

salantis [7]3 years ago
6 0

Answer:

a) 37.31

b) 42.68

c) 57.05% probability of getting a raw score between 28 and 38

d) 9.19% probability of getting a raw score between 41 and 44.

Step-by-step explanation:

Problems of normally distributed samples can be solved using the z-score formula.

In a set with mean \mu and standard deviation \sigma, the zscore of a measure X is given by:

Z = \frac{X - \mu}{\sigma}

The Z-score measures how many standard deviations the measure is from the mean. After finding the Z-score, we look at the z-score table and find the p-value associated with this z-score. This p-value is the probability that the value of the measure is smaller than X, that is, the percentile of X. Subtracting 1 by the pvalue, we get the probability that the value of the measure is greater than X.

In this problem, we have that:

\mu = 35, \sigma = 6

a) What number represents the 65th percentile (what number separates the lower 65% of the distribution)?

This is X when Z has a pvalue of 0.65. So X when Z = 0.385.

Z = \frac{X - \mu}{\sigma}

0.385 = \frac{X - 35}{6}

X - 35 = 6*0.385

X = 37.31

b) What number represents the 90th percentile?

This is X when Z has a pvalue of 0.9. So X when Z = 1.28

Z = \frac{X - \mu}{\sigma}

1.28 = \frac{X - 35}{6}

X - 35 = 6*1.28

X = 42.68

c) What is the probability of getting a raw score between 28 and 38?

This is the pvalue of Z when X = 38 subtracted by the pvalue of Z when X = 28. So

X = 38

Z = \frac{X - \mu}{\sigma}

Z = \frac{38 - 35}{6}

Z = 0.5

Z = 0.5 has a pvalue of 0.6915

X = 28

Z = \frac{X - \mu}{\sigma}

Z = \frac{28 - 35}{6}

Z = -1.17

Z = -1.17 has a pvalue of 0.1210

0.6915 - 0.1210 = 0.5705

57.05% probability of getting a raw score between 28 and 38

d) What is the probability of getting a raw score between 41 and 44?

This is the pvalue of Z when X = 44 subtracted by the pvalue of Z when X = 41. So

X = 44

Z = \frac{X - \mu}{\sigma}

Z = \frac{44 - 35}{6}

Z = 1.5

Z = 1.5 has a pvalue of 0.9332

X = 41

Z = \frac{X - \mu}{\sigma}

Z = \frac{41 - 35}{6}

Z = 1

Z = 1 has a pvalue of 0.8413

0.9332 - 0.8413 = 0.0919

9.19% probability of getting a raw score between 41 and 44.

You might be interested in
if a rectangle has an area of 60 square yards and the length is w+4 and the width is w what is the length?
Sergio039 [100]

Answer:

28

Step-by-step explanation:

7 0
3 years ago
PLEASE HELP ME!!!!!!!!!
vitfil [10]
<h2>1)</h2>

(x - 4) {}^{2}  - 28 = 8 \\ (x - 4) {}^{2}  = 8 + 28 \\ (x - 4) {}^{2}  = 36

This must be true for some value of x, since we have a quantity squared yielding a positive number, and since the equation is of second degree,there must exist 2 real roots.

\sqrt{(x - 4) {}^{2} }  =  ± \sqrt{36}  \\x - 4 = ±6 \\ x _{1}- 4 = 6 \:  \:  \:  \:  \:  \:  \: \:  \:  \:  x _{2}- 4 =  - 6 \\ x_{1} = 6 + 4 \:  \:  \:  \:  \:  \:  \:  \:  \:  \: x_{2} =  - 6 + 4 \\ x_{1} = 10 \:  \:  \:  \:  \:  \:  \:  \:  \:  \:  \:  \:   \:  \:  \: \:  \: x_{2} =  - 2

<h2>2)</h2>

Well he started off correct to the point of completing the square.

(x - 3)  {}^{2}  = 16 \\ x - 3 = ±4 \\  \: x_{1}  - 3 = 4 \:  \:  \:  \:  \:  \:  \:  \:  \:  \:  \:  \: x_{2}  - 3 =  - 4 \\ x_{1}  = 7 \:  \:  \:  \:  \:  \:  \:  \:  \:  \: x_{2}  =  - 1

8 0
1 year ago
GUYS HELP LOL WHAT IS THE ANSWER TO THIS QUESTION IM GOING MAD
trasher [3.6K]
Ok why’s the picture upside down??.?
4 0
3 years ago
Read 2 more answers
How many times go into 7/8 pounds in 4
lidiya [134]
As the only prime factor of denominator is
2
, in fact there are three twos (
2
×
2
×
2
) we can can convert the fraction
7
8
by multiplying numerator and denominator by
5
×
5
×
5
.
Hence,
7
8
=
7
×
5
×
5
×
5
8
×
5
×
5
×
5
=
875
1000
=
0.875

(This is always possible if only prime factors of denominator are
2
's and
5
's - just multiply by as many
5
's and
2
's).
7 0
2 years ago
Instructions:Type the correct answer in each box. Use numerals instead of words. If necessary, use / for the fraction bar(s). Si
ollegr [7]
6j+1/3n=134 
Hope this helps!!

4 0
4 years ago
Other questions:
  • The general form of the equation of a circle is Ax2 By2 Cx Dy E = 0, where A = B 0. If the circle has a radius of 3 units and th
    13·2 answers
  • Write a conditional that multiplies the value of the variable pay by one-and-a-half if the value of the boolean variable workedo
    7·1 answer
  • The measure of one side of a square is (s + 3) inches. Write two different expressions to express the perimeter of this square.
    15·1 answer
  • (25÷8)×219078%+2347910.Please show working on paper.Thanks.You will get 10 points.PLEASE HELP..
    13·2 answers
  • 8/x = 5/9 solve for x
    14·1 answer
  • Help me solve this problem please
    8·2 answers
  • PLEASE HELP!!!!!!! IM BEING TIMED
    9·1 answer
  • What point on the line y=9x+8 is closest to the origin
    12·1 answer
  • This is a repost since i forgot the photo on the last one help plz
    7·2 answers
  • Help with algebra class please
    13·1 answer
Add answer
Login
Not registered? Fast signup
Signup
Login Signup
Ask question!