document.write( "Question 254444: I’m throwing 8 dice up in the air. What’s the probability that half land on an even number, while the other half land on 1? \n" ); document.write( "
Algebra.Com's Answer #186757 by palanisamy(496)\"\" \"About 
You can put this solution on YOUR website!
8 dice are thrown.
\n" ); document.write( "Probability to get an even number = 3/6 = 1/2
\n" ); document.write( "Probability to get 1 = 1/6
\n" ); document.write( "Probability to get 4 even numbers and 4 one's = 8C4*(1/2)^4*(1/6)^4
\n" ); document.write( " = [(8*7*6*5)/(1*2*3*4)]*(1/16)*(1/1296)
\n" ); document.write( " = 35/10368
\n" ); document.write( "
\n" ); document.write( "
\n" );