document.write( "Question 1124808:  Assume that 64% of people are left-handed. If we select 5 people at random, find the probability of each outcome described below, rounded to four decimal places:\r
\n" );
document.write( "\n" );
document.write( "a.	There are some lefties (≥ 1) among the 5 people. \r
\n" );
document.write( "\n" );
document.write( "b.	There are exactly 3 lefties in the group. \r
\n" );
document.write( "\n" );
document.write( "c.	There are at least 4 lefties in the group. \r
\n" );
document.write( "\n" );
document.write( "d.	There are no more than 2 lefties in the group. \r
\n" );
document.write( "\n" );
document.write( "e.	How many lefties do you expect? \r
\n" );
document.write( "\n" );
document.write( "f.	With what standard deviation?\r
\n" );
document.write( "\n" );
document.write( "Please help I am very confused! Especially with the problem E and A.  \n" );
document.write( "
| Algebra.Com's Answer #741352 by Boreal(15235)     You can put this solution on YOUR website! Some lefties (greater than or equal to 1) has probability 1- no lefties, or 1-.64^5=0.8926\r \n" ); document.write( "\n" ); document.write( "Exactly 3 is 5C3*0.64^3*0.36^2, the 5C3 being number of ways (10) to choose 3 from 5. \n" ); document.write( "probability is 0.3397\r \n" ); document.write( "\n" ); document.write( "Exactly 4 is 5*0.64^4*0.36=0.3020 \n" ); document.write( "Exactly 5 is 0.64^5=0.1074 \n" ); document.write( "Exactly 2 is 10*0.64^2*0.36^3=0.1911 \n" ); document.write( "Exactly 1 is 5*.64*.36^4=0.0537 \n" ); document.write( "0 is .36^5=0.0060\r \n" ); document.write( "\n" ); document.write( "Using these, at least 4 includes 4 or 5. and that has probability 0.4094\r \n" ); document.write( "\n" ); document.write( "no more than 2 means 0,1,2, and that probability is 0.2508\r \n" ); document.write( " \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "Expected value is n*p or 5*0.64=3.2 \n" ); document.write( "sd is sqrt (variance), and variance is np(1-p)=3.2*0.36=1.152. sqrt (1.152)=1.07, the sd. \n" ); document.write( " |