document.write( "Question 75535This question is from textbook Precalculus with limits
\n" );
document.write( ": Four letters and envelopes are addressed to four different people. If the letters are randomly inserted into the envelopes, what is the probability that(a) exactly one is inserted and (b) at least one is inserted in the correct envelope \n" );
document.write( "
Algebra.Com's Answer #54173 by stanbon(75887)![]() ![]() ![]() You can put this solution on YOUR website! Four letters and envelopes are addressed to four different people. If the letters are randomly inserted into the envelopes, what is the probability that(a) exactly one is inserted in the correct envelope: \n" ); document.write( "P(success)=1/4 \n" ); document.write( "P(one correct of four)= 4C1 (1/4)^1(3/4)^3 = 4(27/256)=0.421875 \n" ); document.write( "--------------- \n" ); document.write( "(b) at least one is inserted in the correct envelope \n" ); document.write( "P(at least one) = 1 - P(none correct) \n" ); document.write( "= 1 - 4C0(1/4)^0(3/4)^4 \n" ); document.write( "= 1 - 1*1*81/256 \n" ); document.write( "= 1 - 0.316 \n" ); document.write( "= 0.6835 \n" ); document.write( "-------------- \n" ); document.write( "Cheers, \n" ); document.write( "stan H. \n" ); document.write( " \n" ); document.write( " |