document.write( "Question 1171779: The chance that a U.S. police chief believes the death penalty \"significantly reduces the number of homicides\" is one in four. If a random sample of eight police chiefs is selected, find the probability that at most three believe that the death penalty significantly reduces the number of homicides. \n" ); document.write( "
Algebra.Com's Answer #796693 by ikleyn(52776)\"\" \"About 
You can put this solution on YOUR website!
.\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "            It is a binomial distribution type problem.\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "            I will use the Excel standard function BINOM.DIST to facilitate calculations.\r
\n" ); document.write( "\n" ); document.write( "            It has the analogue --- the standard function binompdf in pocket calculators TI-83 and TI-84.\r
\n" ); document.write( "
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "
\r\n" );
document.write( "Probability that at most three of 8 do believe is \r\n" );
document.write( "\r\n" );
document.write( "\r\n" );
document.write( "    P = P(0) + P(1) + P(2) + P(3) = \"sum%28C%288%2Ck%29%2A0.25%5Ek%2A%281-0.25%29%5E%288-k%29%2Ck=0%2C3%29\" = BINOM.DIST(3, 8, 0.25, TRUE) = 0.8862 = 88.62%.      ANSWER\r\n" );
document.write( "\r\n" );
document.write( "\r\n" );
document.write( "The Excel standard function BINOM.DIST allows calculating this sum in one click.\r\n" );
document.write( "
\r
\n" ); document.write( "\n" ); document.write( "Solved.\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "On Excel function BINOM.DIST, see its description everywhere, for example\r
\n" ); document.write( "\n" ); document.write( "https://support.office.com/en-us/article/binom-dist-function-c5ae37b6-f39c-4be2-94c2-509a1480770c\r
\n" ); document.write( "
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "On binompdf function for pocket calculators TI-83 and TI-84 see the link\r
\n" ); document.write( "\n" ); document.write( "http://users.rowan.edu/~schultzl/ti/binomial.pdf\r
\n" ); document.write( "
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "-------------------\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "If you want to see other similar solved problems, look into the lessons\r
\n" ); document.write( "\n" ); document.write( "    - Solving problems on Binomial distribution \r
\n" ); document.write( "\n" ); document.write( "    - How to calculate Binomial probabilities using Technology \r
\n" ); document.write( "\n" ); document.write( "    - Solving problems on Binomial distribution with Technology \r
\n" ); document.write( "\n" ); document.write( "in this site.\r
\n" ); document.write( "
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "
\n" ); document.write( "
\n" );