document.write( "Question 1206113: Assume that 10% of people are left-handed. If we select 10 people at random, find the probability of each outcome below: (Give at least 3 decimal places)\r
\n" ); document.write( "\n" ); document.write( "1- There are exactly 5 lefties in the group \r
\n" ); document.write( "\n" ); document.write( "2- There are more than 3 lefties in the group
\n" ); document.write( "

Algebra.Com's Answer #843349 by ikleyn(52782)\"\" \"About 
You can put this solution on YOUR website!
.
\n" ); document.write( "Assume that 10% of people are left-handed. If we select 10 people at random,
\n" ); document.write( "find the probability of each outcome below: (Give at least 3 decimal places)
\n" ); document.write( "(1) There are exactly 5 lefties in the group
\n" ); document.write( "(2) There are more than 3 lefties in the group
\n" ); document.write( "~~~~~~~~~~~~~~~~~~~~~\r
\n" ); document.write( "
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "This problem is a typical binomial distribution.
\n" ); document.write( "Use the standard formulas to find probabilities.
\n" ); document.write( "The number of trials n= 10; the probability of an individual successful trials p= 0.1.\r
\n" ); document.write( "
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "
\r\n" );
document.write( "(1)  The number of successful trials k= 5.\r\n" );
document.write( "\r\n" );
document.write( "     P = \"C%5B10%5D%5E5%2A0.1%5E5%2A%281-0.1%29%5E%2810-5%29\" = \"%28%2810%2A9%2A8%2A7%2A6%29%2F%281%2A2%2A3%2A4%2A5%29%29%2A0.1%5E5%2A0.9%5E5\" = 0.001488  (rounded).    ANSWER\r\n" );
document.write( "\r\n" );
document.write( "\r\n" );
document.write( "You can do it with TECHNOLOGY, using your calculator or Microsoft Excel in your computer or specialized web-site.\r\n" );
document.write( "\r\n" );
document.write( "\r\n" );
document.write( "If you use MS Excel, you have two options / (two opportunities).\r\n" );
document.write( "\r\n" );
document.write( "\r\n" );
document.write( "    First, you can copy the last formula into MS Excel cell and press the \"Enter\" button.\r\n" );
document.write( "\r\n" );
document.write( "    You will get the answer  P = 0.001488  immediately and momentarily.\r\n" );
document.write( "\r\n" );
document.write( "\r\n" );
document.write( "    Second opportunity is to use Excel-function BINOM.DIST(5, 10, 0.1, FALSE).\r\n" );
document.write( "\r\n" );
document.write( "\r\n" );
document.write( "        Its second parameter is the \"number of trials n\"           (n= 10 in this case);  \r\n" );
document.write( "        the first parameter is the \"number of successful trials\"  (k=  5 in this case);\r\n" );
document.write( "        third parameter is \"the probability of success in each one single trial\"  (p= 0.1 in this case); and \r\n" );
document.write( "        the fourth parameter says if you want calculate a single addend or the sum of addends (the single addend in this case).\r\n" );
document.write( "\r\n" );
document.write( "    Input  \"=BINOM.DIST(5, 10, 0.1, FALSE)\" into any MS Excel cell in your computer and press enter to get \r\n" );
document.write( "    the same answer P = 0.001488 immediately.\r\n" );
document.write( "\r\n" );
document.write( "\r\n" );
document.write( "    On Excel function BINOM.DIST, see its description everywhere, for example\r\n" );
document.write( "\r\n" );
document.write( "    https://support.office.com/en-us/article/binom-dist-function-c5ae37b6-f39c-4be2-94c2-509a1480770c\r\n" );
document.write( "\r\n" );
document.write( "\r\n" );
document.write( "On  how to calculate it on TI-83/84 calculators, see\r\n" );
document.write( "\r\n" );
document.write( "    https://www.sayvilleschools.org/site/handlers/filedownload.ashx?moduleinstanceid=3050&dataid=12830&FileName=calc%20directions.pdf\r\n" );
document.write( "\r\n" );
document.write( "\r\n" );
document.write( "\r\n" );
document.write( "\r\n" );
document.write( "(2)  The number of successful trials k >= 4.\r\n" );
document.write( "\r\n" );
document.write( "         P = \"sum%28C%5B10%5D%5Ek%2A0.1%5Ek%2A%281-0.1%29%5E%2810-k%29%2Ck=4%2C10%29\".\r\n" );
document.write( "\r\n" );
document.write( "\r\n" );
document.write( "     Use online (free of charge) calculator at this web-site \r\n" );
document.write( "\r\n" );
document.write( "     https://stattrek.com/online-calculator/binomial.aspx\r\n" );
document.write( "\r\n" );
document.write( "\r\n" );
document.write( "     It is very convenient calculator. It provides many options with simple interface.\r\n" );
document.write( "\r\n" );
document.write( "         P(n=10; k >= 4; p=0.1) = 0.01279  (rounded).       ANSWER\r\n" );
document.write( "
\r
\n" ); document.write( "\n" ); document.write( "Solved.\r
\n" ); document.write( "
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "///////////////\r
\n" ); document.write( "
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "If you want to see many similar or different solved problems on binomial distribution probability,  look into the lessons\r
\n" ); document.write( "\n" ); document.write( "    - Simple and simplest probability problems on Binomial distribution \r
\n" ); document.write( "\n" ); document.write( "    - Typical binomial distribution probability problems \r
\n" ); document.write( "\n" ); document.write( "    - How to calculate Binomial probabilities with Technology (using MS Excel) \r
\n" ); document.write( "\n" ); document.write( "    - Solving problems on Binomial distribution with Technology (using MS Excel) \r
\n" ); document.write( "\n" ); document.write( "    - Solving problems on Binomial distribution with Technology (using online solver) \r
\n" ); document.write( "\n" ); document.write( "in this site.\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "After reading these lessons,  you will be able to solve such problems on your own, \r
\n" ); document.write( "\n" ); document.write( "which is your  PRIMARY  MAJOR  GOAL  visiting this forum  (I believe).\r
\n" ); document.write( "
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "
\n" ); document.write( "
\n" );