Login

Welcome, Guest. Please login or register.

September 28, 2025, 08:26:41 pm

Author Topic: Probability Question Help  (Read 1421 times)  Share 

0 Members and 1 Guest are viewing this topic.

sisqo1111

  • Victorian
  • Forum Leader
  • ****
  • Posts: 645
  • Respect: +1
Probability Question Help
« on: October 07, 2008, 06:30:56 pm »
0
Hi all would someone be able to help me with this question:

Q) At a qualifying meeting, the time taken for runners to complete 400 meters follows a normal distribution, with a mean time of 50 seconds and a standard deviation of 2 seconds. If the fastest 30% of runners qualify for the next meeting, how fast would you need to run to qualify?


Thanks

Collin Li

  • VCE Tutor
  • Victorian
  • ATAR Notes Legend
  • *******
  • Posts: 4957
  • Respect: +17
Re: Probability Question Help
« Reply #1 on: October 07, 2008, 06:37:10 pm »
0
Let the top 30% of runners run faster than seconds (i.e: ).



= invNorm(0.30,50,2) = 48.95 s

Therefore, you have to run faster than 48.95 seconds.

Slightly tricky because when we think about the "top 30%," we're usually taking the right-end of the distribution. Since this is a race, we want fewer seconds (rather than more), so we want the "bottom" end of the distribution (in times), which will give us the fastest runners.
« Last Edit: October 07, 2008, 06:39:06 pm by coblin »

username

  • Victorian
  • Forum Leader
  • ****
  • Posts: 763
  • !
  • Respect: +7
Re: Probability Question Help
« Reply #2 on: October 07, 2008, 06:39:13 pm »
0
Coblin, is there a way to do that without a calculator, or is that something we wouldn't really expect on exam 1?

sisqo1111

  • Victorian
  • Forum Leader
  • ****
  • Posts: 645
  • Respect: +1
Re: Probability Question Help
« Reply #3 on: October 07, 2008, 06:41:36 pm »
0
thanks a heap

Collin Li

  • VCE Tutor
  • Victorian
  • ATAR Notes Legend
  • *******
  • Posts: 4957
  • Respect: +17
Re: Probability Question Help
« Reply #4 on: October 07, 2008, 06:42:23 pm »
0
You can't do that on exam 1, unless they tell you something like:

Quote
Given to 2 decimal places

(or some other expression which you can manipulate to get that)

They used to give you tables of values of the standard normal distribution, but you don't get that anymore.

sisqo1111

  • Victorian
  • Forum Leader
  • ****
  • Posts: 645
  • Respect: +1
Re: Probability Question Help
« Reply #5 on: October 07, 2008, 06:51:51 pm »
0
would it be okay if i just get some help on these other 2 questions as wel. I sort of have an idea but not sure lol.

Question 1) The probability that a full forward in Aussie Rules will kick a goal from the 50-meter line is 0.15. If the full forward has 10 kicks from outside the 50-meter line, find the probability that:
A)kick a goal every time
b) kick at least one goal
C) kick more than one goal given that he kicked at least one goal.

and the other question is

Question 2) The distribution of heights of navy officers was found to be normal with a mean (mu)=175cm and a standard deviation (sigma)=5cm. Determine:
A) The percentage of navy officers with heights between 170cm and 180 cm.
B) The percentage of officers with heights greater than 180 cm.
C) The approximate percentage of navy officers with heights greater than 185 cm.


Thanks a heap :)

Collin Li

  • VCE Tutor
  • Victorian
  • ATAR Notes Legend
  • *******
  • Posts: 4957
  • Respect: +17
Re: Probability Question Help
« Reply #6 on: October 07, 2008, 07:14:05 pm »
0
Question 1

and

a)

b)

c)








Collin Li

  • VCE Tutor
  • Victorian
  • ATAR Notes Legend
  • *******
  • Posts: 4957
  • Respect: +17
Re: Probability Question Help
« Reply #7 on: October 07, 2008, 07:21:40 pm »
0
Question 2

and

a)

b)

c)

All these questions can also be solved using the calculator by using:

= normalcdf()

Hint: Use 1e99 and -1e99 for and respectively.
« Last Edit: October 07, 2008, 07:23:38 pm by coblin »

sisqo1111

  • Victorian
  • Forum Leader
  • ****
  • Posts: 645
  • Respect: +1
Re: Probability Question Help
« Reply #8 on: October 07, 2008, 07:32:41 pm »
0
thanks so much coblin