document.write( "Question 852520: If (60%) of Jordanian adult males smoke. Consider a simple random sample of 8 male
\n" ); document.write( "adults;
\n" ); document.write( "1) The probability that the number of smokers in that sample would be exactly 4 is...
\n" ); document.write( "2) The probability that the number of smokers in that sample would be more than 4 is:\r
\n" ); document.write( "\n" ); document.write( "Thanks in advance
\n" ); document.write( "

Algebra.Com's Answer #513432 by ewatrrr(24785)\"\" \"About 
You can put this solution on YOUR website!
 
\n" ); document.write( "Hi,
\n" ); document.write( "Using TI: The syntax is binompdf(n, p, largest x-value) 0r binomcdf(n, p, largest x-value).
\n" ); document.write( " p = .60, n = 8
\n" ); document.write( "P(x = 4) = binompdf(8,.6,4)
\n" ); document.write( "P(x > 4) = 1 - binomcdf(8,.6,4)
\n" ); document.write( "Or for 1)
\n" ); document.write( "P(x) = nCx(p)^x(q)^(n-x) }}}
\n" ); document.write( "P(4) = 8C4 (.6)^4(.4)^4 \n" ); document.write( "
\n" );