document.write( "Question 598411: 1. Data was collected from 74 mature great white sharks and they had a mean of 13.8 feet and a standard deviation of 2.7 feet. Furthermore, 23 0f those sharks were over 16 feet long.
\n" );
document.write( " a. can you say at the .01 significance length that average length of a mature great white shark is less than 15 feet? \n" );
document.write( "
Algebra.Com's Answer #378565 by stanbon(75887) ![]() You can put this solution on YOUR website! Data was collected from 74 mature great white sharks and they had a mean of 13.8 feet and a standard deviation of 2.7 feet. Furthermore, 23 0f those sharks were over 16 feet long. \n" ); document.write( "a. can you say at the .01 significance length that average length of a mature great white shark is less than 15 feet? \n" ); document.write( "------------------------------- \n" ); document.write( "Ho: u >= 15 \n" ); document.write( "Ha: u < 15 claim \n" ); document.write( "------ \n" ); document.write( "x-bar = 13.8 \n" ); document.write( "z(13.8) = (13.8-15)/[2.7/sqrt(74)] = -3.8233 \n" ); document.write( "---- \n" ); document.write( "p-value = P(z < -3.8233) = normalcdf(-100,-3.8233) = 0.00006586 \n" ); document.write( "--- \n" ); document.write( "Since the p-value is less than 1%, reject Ho. \n" ); document.write( "The test results support the claim. \n" ); document.write( "======================================== \n" ); document.write( "Cheers, \n" ); document.write( "Stan H. \n" ); document.write( " |