document.write( "Question 855270: We throw a fair dice 4 times. The throws are independent among them.\r
\n" ); document.write( "\n" ); document.write( "i) What is the probability that we got at least one \"6\"?
\n" ); document.write( "ii) What is the probability that we got at least one \"6\" granted that we didn't get any \"1\"?
\n" ); document.write( "iii) What is the probability that we didn't get any \"1\" granted that we got at least one \"6\"?
\n" ); document.write( "

Algebra.Com's Answer #515206 by ewatrrr(24785)\"\" \"About 
You can put this solution on YOUR website!
 
\n" ); document.write( "Hi,
\n" ); document.write( "i) P(at least one six) = 1 - P(no six) = 1 - (5/6)^4 = = 1-binomcdf(4,1/6,0)= .5178
\n" ); document.write( "ii) P(at least one six | no one) = 1 -(4/5)^4= 1-binomcdf(4,1/5,0)= .5904
\n" ); document.write( "iii) P(No 1 | at least one six) = .5904\r
\n" ); document.write( "\n" ); document.write( " \n" ); document.write( "
\n" );