document.write( "Question 569959: Suppose the Internal Revenue Service is studying the category of charitable contributions. A sample of 32 returns is selected from young couples between the ages of 20 and 35 who had an adjusted gross income of more than $100,000. Of these 32 returns 7 had charitable contributions of more than $1,000. Suppose 6 of these returns are selected for a comprehensive audit.\r
\n" );
document.write( "\n" );
document.write( "(a)What is the probability exactly one of the six audited had a charitable deduction of more than $1,000?\r
\n" );
document.write( "\n" );
document.write( "(b)What is the probability at least one of the audited returns had a charitable contribution of more than $1,000? \n" );
document.write( "
Algebra.Com's Answer #367481 by stanbon(75887)![]() ![]() ![]() You can put this solution on YOUR website! A sample of 32 returns is selected from young couples between the ages of 20 and 35 who had an adjusted gross income of more than $100,000. Of these 32 returns 7 had charitable contributions of more than $1,000. \n" ); document.write( "p-hat = 7/32 \n" ); document.write( "---------------------------\r \n" ); document.write( "\n" ); document.write( "Suppose 6 of these returns are selected for a comprehensive audit. \n" ); document.write( "(a)What is the probability exactly one of the six audited had a charitable deduction of more than $1,000? \n" ); document.write( "Binomial with n = 6 and p(had) = 7/32 ; p(not had) = 25/32 \n" ); document.write( "--- \n" ); document.write( "P(x = 1) = 6C1(7/32)(25/32)^5 = binompdf(6,7/32,1) = 0.3820 \n" ); document.write( "------------------------------------------------------------- \n" ); document.write( "(b)What is the probability at least one of the audited returns had a charitable contribution of more than $1,000? \n" ); document.write( "P(at least one) = 1 - P(none) \n" ); document.write( "= 1 - (5/32)^6 \n" ); document.write( "--- \n" ); document.write( "= 1 - 0.0000146 \n" ); document.write( "--- \n" ); document.write( "= 0.9999 \n" ); document.write( "===================== \n" ); document.write( "Cheers, \n" ); document.write( "Stan H. \n" ); document.write( " \n" ); document.write( " |