SOLUTION: It is reported that the average daily viewing of television is 8.5 hrs per household with a standard dev of 2.5 hours. assuming that the number of hours viewing tv is normally dist
Algebra ->
Probability-and-statistics
-> SOLUTION: It is reported that the average daily viewing of television is 8.5 hrs per household with a standard dev of 2.5 hours. assuming that the number of hours viewing tv is normally dist
Log On
Question 437883: It is reported that the average daily viewing of television is 8.5 hrs per household with a standard dev of 2.5 hours. assuming that the number of hours viewing tv is normally distributed, find.
the prob that a randomly selected household views tv between 7.5 and 9 hours
how many house of viewing a household should have in order to be in the top 2% of all tv viewing households. Answer by stanbon(75887) (Show Source):
You can put this solution on YOUR website! It is reported that the average daily viewing of television is 8.5 hrs per household with a standard dev of 2.5 hours. assuming that the number of hours viewing tv is normally distributed,
--------------------------
find the prob that a randomly selected household views tv between 7.5 and 9 hours
--------------------
z(7.5) = (7.5-8.5)/2.5 = -1/2.5
z(9)= (9-8.5)/2.5 = 1/2.5
P(7.5< x < 9) = P(-1/2.5 < z < 1/2.5) = 0.6492
============----------------------------------------
how many hours of TV viewing a household should have in order to be in the top 2% of all tv viewing households.
---------------------------------------
Find the z-value that has a left tail of 98%.
invNorm(0.98) = 2.0537
---
find the corresponding x-value:
x = zs + u
x = 2.0637*2.5 + 8.5 = 13.63..
Cheers,
Stan H.