document.write( "Question 825323: Travel weekly international air transport association survey asked business travelers about the purpose for their most recent business trip. 19% responded that it was for an internal company visit. Supposed 950 travelers were randomly selected.
\n" );
document.write( "A. What is the probability that more than 25% of the business travelers say that the reason for their most recent business trip was an internal company visit?
\n" );
document.write( "B. What is the probability that between 15% and 20% of the business travelers say that the reason for their most recent business trip was an internal company visit? \n" );
document.write( "
Algebra.Com's Answer #497304 by stanbon(75887)![]() ![]() ![]() You can put this solution on YOUR website! Travel weekly international air transport association survey asked business travelers about the purpose for their most recent business trip. 19% responded that it was for an internal company visit. Supposed 950 travelers were randomly selected. \n" ); document.write( "A. What is the probability that more than 25% of the business travelers say that the reason for their most recent business trip was an internal company visit? \n" ); document.write( "z(0.25) = (0.25-0.19)/sqrt[0.19*0.81/950] = 4.7140 \n" ); document.write( "P(p-hat>0.25) = P(z > 4.7140) = 0.00000122 \n" ); document.write( "==================================================== \n" ); document.write( "B. What is the probability that between 15% and 20% of the business travelers say that the reason for their most recent business trip was an internal company visit? \n" ); document.write( "z(0.15) = (0.15-0.19)/sqrt[0.19*0.81/950] = -3.9284 \n" ); document.write( "z(0.20) = (0.20-0.19)/sqrt[0.19*0.81/950] = 0.7857 \n" ); document.write( "P(0.15< p-hat <0.20) \n" ); document.write( "= P(-3.9284< z <0.7857) \n" ); document.write( "= normalcdf(-3.9284,0.7857) \n" ); document.write( "= 0.7839 \n" ); document.write( "============= \n" ); document.write( "Cheers, \n" ); document.write( "Stan H. \n" ); document.write( "============== \n" ); document.write( " |