document.write( "Question 1140089: Given that x has a Poisson distribution with mu equals 9, what is the probability that x equals 3? \n" ); document.write( "
Algebra.Com's Answer #760576 by Theo(13342) You can put this solution on YOUR website! the poisson probability formula is:\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "p(x) = m^x * e^(-m) / x!\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "m is the mean \n" ); document.write( "x is the desired number that you want the probability for. \n" ); document.write( "e is the scientific constant equal to 2.718281828.....\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "when m = 9 and x = 3,the formula becomes;\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "p(3) = 9^3 * e^(-9) / 3! = .01499 rounded to 4 decimal digits.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "there is an online calculator that does the dirty work for you.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "in addition, that calculator gives you much more than just the probability of exactly x occurrences.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "that calculator can be found at https://www.algebra.com/tutors/faq.mpl\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "here's a display of the results from that calculator dealing with your problem.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( " \r\n" ); document.write( " \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "here's a reference that tells you what the poisson probability distribution is and how to work with it.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "https://stattrek.com/probability-distributions/poisson.aspx\r \n" ); document.write( " \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "note that the formula, shown as:\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "p(x) = m^x * e^(-m) / x!\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "m is the mean \n" ); document.write( "x is the desired number that you want the probability for. \n" ); document.write( "e is the scientific constant equal to 2.718281828.....\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "can also be shown as:\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "p(x) = m^x / (e^m * x!)\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "that's because e^(-m) is the same as 1 / e^m.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "note that the calculator not only gives you p(x = 3).\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "it also gives you p(x < 3), p(x <= 3), p(x > 3), p(x >= 3).\r \n" ); document.write( " \n" ); document.write( " \n" ); document.write( " \n" ); document.write( " \n" ); document.write( "\n" ); document.write( " \n" ); document.write( " |