document.write( "Question 899883: An advertising firm claims that the average expenditure for advertising for their customers is at least $12,500 per year. You want to test this claim, so you randomly select 10 of their customers. The results are listed below. At a sig. level of .01 can you reject this claim? Explain.\r
\n" );
document.write( "\n" );
document.write( "13,445 11,220 10,157 13,217 9,990
\n" );
document.write( " 12,125 10,116 14,350 13,590
\n" );
document.write( "12,100
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #545637 by ewatrrr(24785)  You can put this solution on YOUR website! \n" );
document.write( "Hi \n" );
document.write( "Ho: p >= 12.500 (claim) \n" );
document.write( "Ha: p <12,500 \n" );
document.write( "----------------------------------------- \n" );
document.write( "Sample: \n" );
document.write( "mean = 12031 \n" );
document.write( "s = 1606.595 \n" );
document.write( "--- \n" );
document.write( "test stat:: z(12031) = (12031-12500)/[1606.6/sqrt(10)] = - 499/508.1 = -.9821 \n" );
document.write( "----- \n" );
document.write( "p-value = P(z < -.9821) = .1630 \n" );
document.write( "Conclusiion: \n" );
document.write( "Since the p-value is greater than .01, accept claim. \n" );
document.write( "The test results support the claim.\r \n" );
document.write( "\n" );
document.write( " \n" );
document.write( " |
\n" );