document.write( "Question 316280: Not to sure how to solve this one, any ideas?\r
\n" ); document.write( "\n" ); document.write( "A keyword search program lists the files that contain a given keyword. If it runs through 200 files, and each file contains the keyword with probability 0.25, independently of other files, compute the probability that least 50 files will be listed.
\n" ); document.write( "
\n" ); document.write( "

Algebra.Com's Answer #226577 by stanbon(75887)\"\" \"About 
You can put this solution on YOUR website!
A keyword search program lists the files that contain a given keyword. If it runs through 200 files, and each file contains the keyword with probability 0.25, independently of other files, compute the probability that least 50 files will be listed.
\n" ); document.write( "------
\n" ); document.write( "Binomial Problem with n = 200, p = 0.25
\n" ); document.write( "---
\n" ); document.write( "P(50<= x <= 200) = 1 - binomcdf(200,0.25,49)
\n" ); document.write( "= 0.5271
\n" ); document.write( "===================
\n" ); document.write( "Cheers,
\n" ); document.write( "Stan H.
\n" ); document.write( "===================
\n" ); document.write( "
\n" );