Revision Questions For Quiz 2-Updated
Revision Questions For Quiz 2-Updated
Question 1
What is the area under the curve between 2836.0 and 3556.0 for a normal
distribution with mean m=3300 and standard deviation s=320 ?(2 dp)
=NORM.DIST(3556,3300,320,TRUE) – NORM.DIST(2836,3300,320,TRUE)
= 0.78814-0.07353
= 0.71
What is the area under the standard normal curve below z = 0.25 ?(3 dp)
=NORM.DIST(0.25,0,1,TRUE)
= 0.599
Test marks are normally distributed with mean 58 and standard deviation 15.
What is the minimum mark required to be in the top 10% ?( nearest integer)
The cut off value of top 10% is the same to the cut off value of the bottom90%,
therefore the area to the left of the cut off value is 90%, probability=0.9
=NORM.INV(0.9,58,15)
=77
100 samples of size 25 are taken from a population with mean 46 and standard
deviation 14. How many samples would you expect to have means greater than
52.1?(nearest integer)
=1-NORM.DIST(52.1,46,14/SQRT(25),TRUE)
=0.01468
We use the probability ( in this case is 0.01468) multiply by the number of
samples ( in this case is 100), then it is going to give us the number of the
expected samples
100*0.01468 = 1 sample
Question 2
Since the question gives us the mean and the standard deviation after
mentioning a random sample has been taken, therefore, the mean given in this
question is the sample mean (y-bar), and the standard deviation(s). Since
this question only gives us the sample standard deviation, but not the
population standard deviation, we should use t distribution to calculate
the 95% CI.
What is the lower limit of the 95% confidence interval for the population
mean μ? (1 dp)
t.crit= T.INV(0.975,16-1)
t.crit = T.INV(0.975,15)=2.13145
Lower limit = (y-bar) – t.crit * S/sqrt(n) = 60- 2.13145* 18/sqrt(16) = 50.4
What is the upper limit of the 95% confidence interval for the population
mean μ? (1 dp)
Question 3
Among first year university students in Australia, the average price of
textbooks is $175 with a standard deviation of $24.
From a randomly selected sample of 9 first year university textbooks, how
many are expected to cost more than $151? You may assume that these
costs are normally distributed.
Question 4
Question 5
Based on this sample, give a 95% confidence interval for p, the true proportion
of HD students.
(lower limit, upper limit) = ( _.____ , _.____ )
The faculty states that 12% of all the students who received a HD
Based on your packet of M&Ms, and the confidence interval obtained, is this a
reasonable claim?
No, since 0.12 is outside the 95% confidence interval (0.12 is smaller than the
lower limit)
Question 6
Question 7
A frog expert claims that the height to which Green Tree Frogs can jump
is known to follow a normal distribution with mean 100cm.
Suppose that 'Kermit" attempted 25 jumps with mean 102.74cm and
standard deviation 9.89cm.
We wish to test the expert's claim.
The highlighted 25 is the sample size, the mean and the standard deviation
given after the question has mentioned a sample of 25 was taken are the sample
mean and sample standard deviation. Since there is NO population standard
deviation given in this question, therefore, we should use one sample T test to
solve this question.
Suppose that, in the Bondi toy shop, the number of marbles sold in a day
has a mean of m= 3000 and standard deviation of s= 330.
If we calculate the mean number of marbles sold per day over 100 days
for many salespeople:
=NORM.INV(0.14,3000,33) = 2964
=NORM.INV(0.83,3000,33) = 3031