document.write( "Question 1198013: The U.S. Golf Association (USGA) requires that its golf balls have a diameter that is 1.68 inches. To determine if Maxfli XS golf balls conform to USGA standards, and random sample of nine Maxfli XS golf balls was selected. Their diameters were as follows:\r
\n" );
document.write( "\n" );
document.write( "1.683, 1.684, 1.685, 1.685, 1.678, 1.686, 1.674, 1.673, 1.681\r
\n" );
document.write( "\n" );
document.write( "Assume that the population of diameters of Maxfli XS golf balls is approximately normal.\r
\n" );
document.write( "\n" );
document.write( "Determine the P-value for the appropriate hypothesis test. Round your answer to four decimal places. \n" );
document.write( "
Algebra.Com's Answer #831532 by ewatrrr(24785)![]() ![]() You can put this solution on YOUR website! 1.683, 1.684, 1.685, 1.685, 1.678, 1.686, 1.674, 1.673, 1.681 \n" ); document.write( "n = 9 \n" ); document.write( " x-bar = 1.681 \n" ); document.write( " s = .005 \n" ); document.write( "Ho: u = 1.68 (claim) \n" ); document.write( "Ha: u ≠ 85 | two-tailed \n" ); document.write( "Using .05 CI \n" ); document.write( "t(1.681) = (1.681 - 1.68)/(.005/sqrt(9)) = .6 \n" ); document.write( "Using Excel function: \n" ); document.write( "p-value(df8) =TDIST(0.6,8,2) = .565 \n" ); document.write( " .565 > .05 Fail to reject Ho, random sample supports the claim that u = 1.68 \n" ); document.write( " \n" ); document.write( " |