Is the following random variable discrete or continuous? Explain why.
The temperature of the water in the Arabian Gulf
Continuous, it is measurable.
The probability of success in a given binomial distribution is 0.37. What is the probability of failure?
1-0.37=0.63
What is the area under the curve of all normal distributions?
1
Assume the random variable x is normally distributed with a mean of 12 and a standard deviation of 2.3. Find P(x<10).
P(Z<-0.87)=normalcdf(-10, -0.87, 0, 1)=0.192
Find the z-score that corresponds to the 20th percentile.
InvNorm(0.2)=-0.842
Determine the probability distribution's missing probability value.
0.185
It is known that 45% of college students are happy that they took a statistics class in high school. If you randomly selected 300 college students, what is the probability that exactly 125 of them are happy that they took a statistics class in high school? Round to three decimal places.
binompdf(300, 0.45, 125)= 0.024
Find the area under a normal distribution between z=-2.15 and z=0.42
normalcdf(-2.15, 0.42, 0, 1)=0.647
Assume the random variable x is normally distributed with a mean of 12 and a standard deviation of 2.3.
Find P(8<x<13.5)
P(-1.739<x<0.652)=normalcdf(-1.739, 0.652, 0, 1)=0.712
Find the z-score that has 20.7% of the distributions area to its right.
1-0.207=0.793
invNorm(0.793)=0.817
In this distribution the mean is 0 and the standard deviation is 1
What is standard normal distribution
The following probability distribution shows the number of households with 2 or more TVs in their house.
p=0.54 and n=7.
If 7 households are chosen at random, what is the probability that at least 4 of them have 2 or more TVs?
0.587
Find the are under a normal distribution to the right of z-1.54.
normalcdf(-1.54, 10, 0, 1)=0.938
The number of students in each class at a school is normally distributed with a mean of 20.2 and a standard deviation of 1.7
Find the probability that a randomly selected classroom will have less than 17 students.
Z-score for 17: -1.882
Normalcdf(-10, -1.882)= 0.03
The grades on a recent test are normally distributed with a mean of 75.9 and a standard deviaiton of 8.6.
Find the test grade that corresponds to a z-score of z=2.5
2.5=(x-75.9)/8.6
x=97.4
The symbol for the standard deviation of a sample mean distribution
σх
The probability that a student plays a musical instrument is 0.34. Assume you are looking at a sample of 5 students. Using a binomial distribution, what is the probability that at least three of the students don't play a musical instrument.
0.78
Find the area under a normal distribution to the left of z=0.
0.5 since normal distributions are symmetric around the mean (mean=z score of 0)
The number of students in each class at a school is normally distributed with a mean of 20.2 and a standard deviation of 1.7.
Find the probability that a randomly selected class will have between 20 and 23 students in it.
Z-score for 20: -0.118
Z-score for 23: 1.647
normalcdf(-0.118, 1.647)=0.497
Find the z-score such that has 50% of the distributions area lies between -z and z.
50% in between means 25% on each side
invNorm(0.25)=-0.674
So -0.674 and 0.674
Who was the first female Prime Minister of Australia, and which year did she take office?
Julia Gillard, 2010
The probability of Ms Beeforth wearing her orange jumper on a given day is 33%. Find the mean and standard deviations for the number of days that Ms Beeforth wears an orange shirt during a 5 day school week.
n=5, p=0.33, q=0.67
Mean=np=5*.33=1.65
Standard deviation=SQRT(npq)= 1.051
Find the area under a normal distribution to the right of z=2.1 or to the left of z=-2.1.
normalcdf(2.1, 10, 0, 1)=0.018
0.018*2=0.036
The number of students in each class at a school is normally distributed with a mean of 20.2 and a standard deviation of 1.7.
Find the probability that a randomly selected class has more than 24 students in it.
If a school has 100 classes happening at one time, how many of these classes would you expect to have more than 24 students in it?
z-score for 24: 2.235
normalcdf(2.235, 10)=0.013
0.013*100= 1.3 classes
The average height of a group of students is 1.6 meters with a standard deviation of 0.2 meters. What height represents the 60th percentile.
Z-score of 60th percentile: invNorm(0.6)= 0.253
0.253=(x-1.6)/0.2
x=1.651