document.write( "Question 266193: A fair die is rolled 6 times. What is the probability of having no 1 and no 2 among the rolls? Round your answer to three decimal places. \n" ); document.write( "
Algebra.Com's Answer #195640 by vksarvepalli(154)\"\" \"About 
You can put this solution on YOUR website!
when a fair die is rolled once the probability of a particular number to come is 1/6\r
\n" ); document.write( "\n" ); document.write( "now the die is rolled 6 times and we need to have no 1 and no 2 among the rolls\r
\n" ); document.write( "\n" ); document.write( "so out of any 6 outcomes the required no.s can come \r
\n" ); document.write( "\n" ); document.write( "so the no. of ways of those two outcomes is 6C2 = 15\r
\n" ); document.write( "\n" ); document.write( "so the probability of no 1 and no 2 coming in these two outcomes is\r
\n" ); document.write( "\n" ); document.write( " 15*(1/6)*(1/6)=15/36= 0.416666 = 0.417 Answer
\n" ); document.write( "
\n" );