document.write( "Question 1114947: An archer is able to hit the bull's-eye 55% of the time. She will shoot 8 arrows. Let X = the number of arrows which hit the bulls - eye.
\n" );
document.write( "a. For each of the requested probabilities: express the probability in terms of X, and find the probability.
\n" );
document.write( "1. The probability that the archer hits the bulls - eye exactly 4 times.\r
\n" );
document.write( "\n" );
document.write( "2. The probability that she hits the bulls - eye no more than 5 times.\r
\n" );
document.write( "\n" );
document.write( "b. The mean of X is 4.4 arrows, but clearly, the archer cannot hit the target 4.4 times! please interpret this mean of X.\r
\n" );
document.write( "\n" );
document.write( "C. 1. Show a calculation which would giv the mean of X
\n" );
document.write( "2. Find the standard deviation of X.
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #729854 by Boreal(15235)![]() ![]() You can put this solution on YOUR website! For 8 arrows \n" ); document.write( "p(4)=8C4*(0.55^4)(0.45)^4 \n" ); document.write( "=70*0.0915*0.0410=0.0458 \n" ); document.write( "=========== \n" ); document.write( "no more than 5 \n" ); document.write( "do 6,7,8 and subtract from 1 \n" ); document.write( "8 is 0.45^8=0.0017 \n" ); document.write( "7 is 8C7*0.55*0.45^7=0.0164 \n" ); document.write( "6 is 8C6*0.55^2*0.45^6=0.0703 \n" ); document.write( "Those 3 add to 0.0884 \n" ); document.write( "Subtract from 1 and the answer is 0.916 probability. \n" ); document.write( "=========== \n" ); document.write( "The expected value is 4.4, which means if this is performed an infinite number of times, the average will be 4.4 \n" ); document.write( "The E(X)=x*p(x)=8*0.55=4.4 \n" ); document.write( "V(X)=np(1-p)=4.4*0.45=1.98 \n" ); document.write( "SD is sqrt (V(X))=1.41 \n" ); document.write( " \n" ); document.write( " |