Question

In: Statistics and Probability

I need clear steps / formulas used with (F) ( I'm lost with current solutions )...

I need clear steps / formulas used with (F) ( I'm lost with current solutions )

To get full marks for the following questions you need to convert the question from words to a mathematical expression (i.e. use mathematical notation), defining your random variables where necessary, and using correct probability statements. Suppose that the IQ of adults is normally distributed with a mean of 100 and standard deviation of 15. (a) [2 marks] What IQ score distinguishes the highest 10%? (b) [3 marks] What is the probability that a randomly selected person has an IQ score between 91 and 118? (c) [2 marks] Suppose people with IQ scores above 125 are eligible to join a high-IQ club. Show that approximately 4.78% of people have an IQ score high enough to be admitted to this particular club. (d) [4 marks] Let X be the number of people in a random sample of 25 who have an IQ score high enough to join the high-IQ club. What probability distribution does X follow? Justify your answer. (e) [2 marks] Using the probability distribution from part (d), find the probability that at least 2 people in the random sample of 25 have IQ scores high enough to join the high-IQ club. (f) [3 marks] Let L be the amount of time (in minutes) it takes a randomly selected applicant to complete an IQ test. Suppose L follows a uniform distribution from 30 to 60. What is the probability that the applicant will finish the test in less than 45 minutes?

Solutions

Expert Solution

(a)

IQ Score of adults , X ~ N(100, 15)

The percentile equivalent to highest 10% = 100 - 10 = 90%

Z score for p = 0.90 is 1.28   

IQ score distinguishes the highest 10% = 100 + 1.28 * 15 =  119.2

(b)

Probability that a randomly selected person has an IQ score between 91 and 118

= P(91 < X < 118)

= P(X < 118) - P(X < 91)

= P[Z < (118 - 100)/15] -  P[Z < (91 - 100)/15]

= P[Z < 1.2] - P[Z < -0.6]

= 0.8849 - 0.2743 (From standard normal tables)

= 0.6106

(c)

Probability that a randomly selected person has an IQ score above 125 = P(X > 125) =

P[Z > (125 - 100)/15] = P[Z > 1.6667] =  0.0478 = 4.78%

Thus, approximately 4.78% of people have an IQ score high enough (above 125) to be admitted to this particular club

(d)

The probability distribution X follows is Binomial distribution with parameters n = 25 and p = 0.0478

This is a binomial distribution because there are a fixed number of adults to be sampled, there are only two outcomes (IQ score above/below 125), and the probability of each outcome remains constant for each adult which is 0.0478.

(e)

Probability that at least 2 people in the random sample of 25 have IQ scores high enough to join the high-IQ club

= P(X 2) = 1 - P(X < 2)

= 1 - P(X = 0) - P(X = 1)

= 1 - 0.2939033 - 0.3688452

= 0.3373

(f)

L ~ Uniform(a = 30, b = 60)

Probability that the applicant will finish the test in less than 45 minutes = P(L < 45)

= (45 - 30) / (60 - 30) {CDF of Uniform distribution is, P(L < k) = (k - a) / (b - a) }

= 0.5


Related Solutions

(PLEASE SHOW STEPS TO SOLUTIONS. I'M GETTING STUCK IN MY PROCESS AND NOT SURE WHERE I'M...
(PLEASE SHOW STEPS TO SOLUTIONS. I'M GETTING STUCK IN MY PROCESS AND NOT SURE WHERE I'M GOING WRONG AND WHAT TO DO NEXT.) Skycell, a major European cell phone manufacturer, is making production plans for the coming year. Skycell has worked with its customers (the service providers) to come up with forecasts of monthly requirements (in thousands of phones) as shown in the table below (e.g., demand in Jan. is 1,000,000 units.) Manufacturing is primarily an assembly operation, and capacity...
I'm using this to study for an exam, please write out all steps and include formulas,...
I'm using this to study for an exam, please write out all steps and include formulas, thank you! The world's fastest land animal, the cheetah, can accelerate at 8.75 m/s2 to a top speed of vcmax = 30.5 m/s. A cheetah observes a passing gazelle traveling at vg = 19.1 m/s and begins to chase it. (a) How long, in seconds, does it take the cheetah to reach its maximum velocity, vcmax, assuming its acceleration is constant? (b) How far,...
Please I need a clear explanation and clear handwriting with explanaing this for me because I...
Please I need a clear explanation and clear handwriting with explanaing this for me because I am realy confused and need help. Thanks in advance My lab was about  Magnets and Magnetic fields. This is the question I need to answer for! R3: Explain how a speaker works by explaining why each part is required. after that Summarize R3’s answer by explaining why the proffesor homemade earbud is so much superior to the one that you made.
please I need the calculation of the current WACC of Jpmorgan . please show steps for...
please I need the calculation of the current WACC of Jpmorgan . please show steps for understanding.thnks
I need assistance on finding the following for Clear Channel: Current and historical Financial Statements (Income...
I need assistance on finding the following for Clear Channel: Current and historical Financial Statements (Income Statement (I/S), Balance Sheet (B/S) and Statement of Cash Flows) from the 3 most current years for the firm The financial statements must include changes (deltas) between years.
I would really appreciate if you answers descriptively. I want to solutions and formulas. I don't...
I would really appreciate if you answers descriptively. I want to solutions and formulas. I don't want to any excell solutions. Thank you! Question 3. In a project, an initial investment of $8,300 equipment is expected to generate net cash inflow of $3,400, $4,000, $5,800 and $2,050 at the end of first, second, third and fourth year respectively. At the end of the fourth year, equipment would be sold for $900. Calculate the net present value of the investment if...
I'm in need of a current news event (current as in this week 2/18/2018 - today)....
I'm in need of a current news event (current as in this week 2/18/2018 - today). I have to write a paper and it must consist of an analysis of a macroeconomic related current event. The article needs to be about these glossary terms: balance of trade (trade balance) current account balance merchandise trade balance unilateral transfers exports of goods and services as a percentage of GDP financial capital national savings and investment identity
This is skill-building exercise. You should provide formulas, steps, or reasons to support your solutions. You...
This is skill-building exercise. You should provide formulas, steps, or reasons to support your solutions. You Must show how did you reach every number. Submissions with only the final solutions will not be given any credit. The daily demand for a compact car at a car dealer in Chicago is normally distributed with a mean of 1.6 car and a standard deviation of 0.4 car. The lead time to receive an order from the car manufacturer is 5 days. The...
I have this MIPS code and I need to find: add f,g,h add f,f,i sub f,f,j...
I have this MIPS code and I need to find: add f,g,h add f,f,i sub f,f,j a. How many bits does it take to encode ? b. How many bits needed in register file to store the data?
How can inflation affect exchange rates? I need a clear explanation with clear reasoning and examples.
How can inflation affect exchange rates? I need a clear explanation with clear reasoning and examples.
ADVERTISEMENT
ADVERTISEMENT
ADVERTISEMENT