document.write( "Question 761258: Ten quarters dated 1990 through 1999 are tossed. Find the probability of the following events.
\n" );
document.write( "a) P(heads on 1995 quarter only)=______?
\n" );
document.write( "b) P(heads on all 10 quarters)=_______?
\n" );
document.write( "c) P(exactly 2 heads)=______?
\n" );
document.write( "d) P(at least three heads)=______?\r
\n" );
document.write( "\n" );
document.write( "All answers must be in reduced fractions. I could really use your help.
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #463135 by stanbon(75887)![]() ![]() ![]() You can put this solution on YOUR website! Ten quarters dated 1990 through 1999 are tossed. Find the probability of the following events. \n" ); document.write( "----- \n" ); document.write( "Binomial Problems with n = 10 and p(head) = 1/2 \n" ); document.write( "----------------------------------------------- \n" ); document.write( "a) P(heads on 1995 quarter only)______? \n" ); document.write( "# of ways to succeed: 1*2^9 \n" ); document.write( "# of possible outcomes: 2^10 \n" ); document.write( "P(heads on 1995 quarter only) = (1*2^9)/(2^10) = 1/2 \n" ); document.write( "-------------------------------------------- \n" ); document.write( "b) P(heads on all 10 quarters)= (1/2)^10 = 1/1024 \n" ); document.write( "----------------------------------- \n" ); document.write( "c) P(exactly 2 heads)= 10C2(1/2)^10 = 45/1024 \n" ); document.write( "-------------------------------------------------- \n" ); document.write( "d) P(at least three heads)= 1 - binomcdf(10,1/2,2) = 0.0547 \n" ); document.write( "===================== \n" ); document.write( "Cheers, \n" ); document.write( "Stan H. \n" ); document.write( "===================== \n" ); document.write( " \n" ); document.write( " |