document.write( "Question 1178349: When placed in a maze, a mouse has a 35% chance of finding the cheese at the end of the maze. What is the probability of the mouse finding the cheese?
\n" );
document.write( "a) in three consecutive attempts?
\n" );
document.write( "b) in three of four attempts?
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #807599 by ewatrrr(24785) You can put this solution on YOUR website! \r\n" ); document.write( "Hi\r\n" ); document.write( "Binomial Distribution: p(cheese) = \".35\" and q = .65\r\n" ); document.write( "Using TI or similarly an inexpensive calculator like a Casio fx-115 ES plus\r\n" ); document.write( "a) n = \"3\" \r\n" ); document.write( "P(x = 3) = binompdf(3, .35, 3) = .0429\r\n" ); document.write( "b) n = \"4\"\r\n" ); document.write( "P(x = 3) = binompdf(4,.35,3) = .1115\r\n" ); document.write( "0r\r\n" ); document.write( " \n" ); document.write( " \n" ); document.write( " |