document.write( "Question 730135: If a die is rolled 35 times, there are 6^35 different sequences possible. The following question asks how many of these sequences satisfies certain conditions. HINT [Use the decision algorithm]
\n" );
document.write( "
\n" );
document.write( "What fraction of these sequences have exactly 10 numbers less than or equal to 2? (Round your answer to four decimal places.)
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #446517 by Edwin McCravy(20056)![]() ![]() You can put this solution on YOUR website! \r\n" ); document.write( "That's the same as the binomial probability of getting exactly x=10 successes\r\n" ); document.write( "out of n=35 trials with a probability of 1 success in 1 trial being p=\n" ); document.write( " |