document.write( "Question 1207035: The number of births at the local hospital has a Poisson distribution with an average of 48 per day.\r
\n" );
document.write( "\n" );
document.write( "(a)
\n" );
document.write( "What is the probability distribution for the daily number of births at this hospital?
\n" );
document.write( "p(x) =
\n" );
document.write( "
\n" );
document.write( "(b)
\n" );
document.write( "What is the probability distribution for the number of hourly births?
\n" );
document.write( "p(x) = \r
\n" );
document.write( "\n" );
document.write( "
\n" );
document.write( "(c)
\n" );
document.write( "What is the probability that there are fewer than 3 births in a given hour? (Round your answer to three decimal places.)\r
\n" );
document.write( "
\n" );
document.write( "\n" );
document.write( "(d)
\n" );
document.write( "Within what interval does Tchebysheff's Theorem suggest you would expect to find the number of hourly births at least 89% of the time? (Round your answer up to the nearest whole number.)
\n" );
document.write( "interval (a,b) = \n" );
document.write( "
Algebra.Com's Answer #844933 by Theo(13342)![]() ![]() You can put this solution on YOUR website! you can use the poisson distribution calculator at to solve parts (a) through (c). \n" ); document.write( "an alternative is to use the poisson distribution table.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "here's a reference on the poisson distribution itself. \n" ); document.write( "https://www.youtube.com/watch?v=zA7fp2s7FlM\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "here's a link to the calculator. \n" ); document.write( "https://stattrek.com/online-calculator/poisson#google_vignette\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "here are the results from using the calculator.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( " ![]() \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "you have to set the time interval to be consistent. \n" ); document.write( "you were given 48 births in a 24 hour period. \n" ); document.write( "since you want number per hour, you have to set the average to per hoursly. \n" ); document.write( "48 per 24 hours is equivalent to 2 per hour because the hospital is open 24 hours a day. \n" ); document.write( "so the average is 2 per hour and the variable you are looking for is 3. \n" ); document.write( "you enter 2 for the average and 3 for the number you are looking for and the calculator gives you a bunch of statistics. \n" ); document.write( "since you are looking for x < 3, you choose that. \n" ); document.write( "you get p(x<3) = 0.67668.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "part (a) answer is 48. \n" ); document.write( "part (b) answer is 2. \n" ); document.write( "part (c) answer is .67668.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "you can also use the poisson dictribution table for cumulative results. \n" ); document.write( "one such table can be found at https://ghaidab.weebly.com/uploads/1/1/2/9/11294132/poisson_cdf_table.pdf\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "lambda is the mean of the distribution, so for this problem, you would look for a lambda of 2 and a value of x as 2. \n" ); document.write( "you are looking for p(x) < 3 which is the same as p(x) <= 2. \n" ); document.write( "p(x) <= is what the table is set up to look for. \n" ); document.write( "you should find that p(x <= 2) = .6767 from the table. \n" ); document.write( "this agrees with what the calculator provided as p(x) < 3.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "if you wanted to find p(x) > 3, you would look for 1 - p(x) <= 3. \n" ); document.write( "that would be equal to 1 minus p(x <= 3) = 1 - .0.85712 = .14288. \n" ); document.write( "if you're using the calculator, it tells you othat straight away. \n" ); document.write( "if you're using the table, you look for p(x) <= 3 and take 1 minus that.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "the calculator goes to 5 decimal places. \n" ); document.write( "the table goes to 4.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "for part (d), you need to use chebyshev's theorem. \n" ); document.write( "that's the way the internet spells it, i believe. \n" ); document.write( "that theorem states that the smallest probability of any type of distribution is given by the equation of p(|x-m|>=k*s) <= 1 - 1/k^2. \n" ); document.write( "this says that the probability that the variable value minus the mean is greater than or equal to k * the standard deviation is smaller than or equal to 1 - 1/k^2.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "k is the number of standard deviations above the mean. \n" ); document.write( "the mean is assumed to be in the middle of the range, so the standard deviation is the same whether above or below the mean. \n" ); document.write( "the absolute value symbol takes care of that by making (x-s) always positive.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "in your problem, mean is 2 and variance is also 2, since this is a property of the poisson distribution. \n" ); document.write( "standard deviation is therefore sqrt(2).\r \n" ); document.write( " \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "at least 89% of the time means the probability that it is greater than or equal to 89% = .89 \n" ); document.write( ".89 is the minimum proportion. \n" ); document.write( "the formula is p(|x-m| >= k*s) >= 1 - 1/k^2 = .89 \n" ); document.write( "add .89 to both sides of the equation abd add 1/k^2 to both sides of the equation to get 1.89 = 1/k^2. \n" ); document.write( "solve for k^2 to get k^2 = 1/1.89. \n" ); document.write( "solve for k to get k = sqrt(1/1.89) = .72739 \n" ); document.write( "the interpretatio9n of that would be that: \n" ); document.write( "the minimum percentage of values that are .72739 * the standard deviation about the mean is equal to .89.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "here's a reference on chebyshev's formula. \n" ); document.write( "https://statisticsbyjim.com/basics/chebyshevs-theorem-in-statistics/\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "the reference states that the maximum proportion = 1/k^2 and the minimum proportion is 1 - 1/k^2.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "we used the minimum proportion to solve your problem.\r \n" ); document.write( " \n" ); document.write( " \n" ); document.write( " \n" ); document.write( " \n" ); document.write( "\n" ); document.write( " \n" ); document.write( " |