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
Can concrete blocks be weighed with food scales
andrezito [222]
I guess you could....it depends on how big the concrete block is
7 0
3 years ago
Read 2 more answers
How do you calculate the residuals of a scatter plot?
Aloiza [94]
Hello

A residual<span> is the difference between the observed y-value (from </span>scatter plot<span>) and the predicted y-value (from regression </span>equation<span> line). It is the vertical distance from the actual </span>plotted<span> point to the point on the regression line.
</span>
Have a nice day kid!
6 0
3 years ago
Ahhh please help i don’t understand thissss
gogolik [260]

Answer:

24y^3/x^5

Step-by-step explanation:

Since 6x and 4x are not in a parentheses, they are not being powered by anything. Therefore, those stay on the numerator side.

Anything to the power of something times another to the power of something is always added together. Since -1 + (-4) is -5, x would end up having a power of -5, which would just make it go on the denominator side with just a power of 5.

Same rule with y follows. This would make it 5+ (-2) = 3. Since this is a positive power, it stays at the numerator side.

5 0
3 years ago
Your teacher wants to encourage you to work harder. Which measure should your teacher use? Explain.
Paul [167]

Answer:

The FitnessGram™ Pacer Test is a multistage aerobic capacity test that progressively gets more difficult as it continues. The 20 meter pacer test will begin in 30 seconds. Line up at the start. The running speed starts slowly, but gets faster each minute after you hear this signal. Ding  A single lap should be completed each time you hear this sound. Ding  Remember to run in a straight line, and run as long as possible. The second time you fail to complete a lap before the sound, your test is over. The test will begin on the word start. On your mark, get ready, ding

Step-by-step explanation:

7 0
3 years ago
Read 2 more answers
Which is greater 1.56 or 1.29
ruslelena [56]

Answer:

<u>1.56 is greater than 1.29</u>. (Check after the decimal point, 5 is greater than 2, so 1.56 is greater than 1.29)

8 0
2 years ago
Read 2 more answers
Other questions:
  • How to find x in a plane
    12·1 answer
  • Javier has a basket of oranges and apples. The number of oranges is 2 more than twice the number of apples in the basket. The di
    15·2 answers
  • the total weight w in pounds of a tractor trailer capable of carrying 8 cars depends on the number of cars c on the trailer.
    13·1 answer
  • Please help on math hw will mark brainliest
    14·1 answer
  • Whats y-1/2 when y =5/6 plsss tell meeee
    15·1 answer
  • Which inequality represents all possible solution of -6n&lt; -12
    10·1 answer
  • Explain how you can use the terms from the binomial expansion to approximate 0.985.
    7·1 answer
  • The Apple Store in Honolulu sells 6,300 iPhones during a 5 hour time period. How many iPhones is The Apple Store selling in 1 mi
    6·2 answers
  • Find the indicated arc length. 11/6
    14·1 answer
  • 2x+25=95 what is x equal to
    7·1 answer
Add answer
Login
Not registered? Fast signup
Signup
Login Signup
Ask question!