document.write( "Question 520348: 78% of lobsters caught along the Maine coast have a larger right claw than left claw. If a lobster boat pulls into the Fishermen's Pier with 400 lobsters, what is the probability that:\r
\n" );
document.write( "\n" );
document.write( "a.) 350 or more lobsters will have a larger right claw?\r
\n" );
document.write( "\n" );
document.write( "b.) 325 or fewer lobsters will have a larger right claw? \n" );
document.write( "
Algebra.Com's Answer #346055 by stanbon(75887)![]() ![]() ![]() You can put this solution on YOUR website! 78% of lobsters caught along the Maine coast have a larger right claw than left claw. If a lobster boat pulls into the Fishermen's Pier with 400 lobsters, what is the probability that: \n" ); document.write( "Binomial Problem with n = 400 and p(large right) = 0.78 \n" ); document.write( "----- \n" ); document.write( "a.) 350 or more lobsters will have a larger right claw? \n" ); document.write( "P(350 <= x <= 400) = 1 - binomcdf(400,0.78,349) = 0.0000007616 \n" ); document.write( "------------------------------------------------------------------- \n" ); document.write( "b.) 325 or fewer lobsters will have a larger right claw? \n" ); document.write( "P(0<= x<= 325) = binomcdf(400,0.78,325) = 0.9505 \n" ); document.write( "============= \n" ); document.write( "Cheers, \n" ); document.write( "Stan H. \n" ); document.write( "============= \n" ); document.write( " |