document.write( "Question 659927: I need HELP: Given a binomial distribution with n=20 and p=0.76, would the normal distribution provide a reasonable approximation? Why or Why Not?
\n" ); document.write( "========================================================================
\n" ); document.write( "Now is this the type of problem where the n represents the number of tries?
\n" ); document.write( "like this
\n" ); document.write( "n=20 tries
\n" ); document.write( "p=0.76 success rate
\n" ); document.write( "or something like that? Please help me.......
\n" ); document.write( "

Algebra.Com's Answer #411003 by Edwin McCravy(20056)\"\" \"About 
You can put this solution on YOUR website!
\r\n" );
document.write( "Some books say:\r\n" );
document.write( "\r\n" );
document.write( "Calculate np and n(1 - p) and if both are\r\n" );
document.write( "greater than 5, the approximation is good.\r\n" );
document.write( "\r\n" );
document.write( "np > 5 and n(1 - p) > 5\r\n" );
document.write( "\r\n" );
document.write( "np = 20(0.76) = 15.2\r\n" );
document.write( "\r\n" );
document.write( "n(1 =- p) = 20(1 - 0.76) = 4.8\r\n" );
document.write( "\r\n" );
document.write( "The second one is not > 5 so it would not be a good approximation.\r\n" );
document.write( " \r\n" );
document.write( "-----------------------------------------------\r\n" );
document.write( "\r\n" );
document.write( "Other books say:\r\n" );
document.write( "\r\n" );
document.write( "Calculate np(1 - p) and if this is >= 10 then the approximation is good.\r\n" );
document.write( "\r\n" );
document.write( "np(1 - p) = (20)(0.76)(1 - 0.76) = 3.648\r\n" );
document.write( "\r\n" );
document.write( "That is not greater than or equal to 10\r\n" );
document.write( "\r\n" );
document.write( "So the normal approximation would not be good in either case.\r\n" );
document.write( "\r\n" );
document.write( "Edwin
\n" ); document.write( "
\n" );