document.write( "Question 1192723: Records show that the probability of seeing a hawk migrating on a day in
\n" ); document.write( "September is about 35%. What is the minimum number of days a person must
\n" ); document.write( "watch to be at least 96.8% sure of seeing one or more hawks migrating?
\n" ); document.write( "
\n" ); document.write( "

Algebra.Com's Answer #848953 by CPhill(1959)\"\" \"About 
You can put this solution on YOUR website!
To solve this, we'll use the concept of the complement of the binomial distribution.\r
\n" ); document.write( "\n" ); document.write( "* **Probability of not seeing a hawk on a single day:** 1 - 0.35 = 0.65\r
\n" ); document.write( "\n" ); document.write( "* **Probability of not seeing a hawk on 'n' consecutive days:** 0.65^n\r
\n" ); document.write( "\n" ); document.write( "* **Probability of seeing at least one hawk in 'n' days:** 1 - 0.65^n\r
\n" ); document.write( "\n" ); document.write( "We want to find the minimum 'n' such that:\r
\n" ); document.write( "\n" ); document.write( "1 - 0.65^n >= 0.968\r
\n" ); document.write( "\n" ); document.write( "0.65^n <= 0.032\r
\n" ); document.write( "\n" ); document.write( "Taking the natural logarithm of both sides:\r
\n" ); document.write( "\n" ); document.write( "n * ln(0.65) <= ln(0.032)\r
\n" ); document.write( "\n" ); document.write( "n >= ln(0.032) / ln(0.65) \r
\n" ); document.write( "\n" ); document.write( "n >= 7.85\r
\n" ); document.write( "\n" ); document.write( "Since 'n' must be an integer, the minimum number of days a person must watch is **8 days**.
\n" ); document.write( "
\n" ); document.write( "
\n" );