document.write( "Question 245678: The average size of the fish in a lake is 11.4 inches, with a standard deviation of 3.2 inches. How do I Find the probability of catching a fish longer than 17 inches.\r
\n" );
document.write( "\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #179411 by stanbon(75887)![]() ![]() ![]() You can put this solution on YOUR website! The average size of the fish in a lake is 11.4 inches, with a standard deviation of 3.2 inches. How do I Find the probability of catching a fish longer than 17 inches. \n" ); document.write( "---------------------------- \n" ); document.write( "Find the z-value of 17. \n" ); document.write( "--- \n" ); document.write( "z(17) = (17-11.4)/3.2 = 1.75 \n" ); document.write( "-------------------------- \n" ); document.write( "P(x > 17 in)= P(z > 1.75) = normalcdf(1.75,100) = 0.04 \n" ); document.write( "========================================================== \n" ); document.write( "Cheers, \n" ); document.write( "Stan H. \n" ); document.write( " |