MathJax


Sunday, December 5, 2021

2021-070

Consider a disease infecting a population with \( N \) individuals, where \( S(t) \) is the number of individuals that are healthy (susceptible to the disease) at time \( t \), \( I(t) \) is the number of individuals that have been already infected at time \( t \), \( \langle k \rangle \) is the number of contacts that an individual usually has, and \( \beta \) is the rate of transmission.

Under the homogeneous mixing hypothesis, what is the probability that an infected person encounters a healthy individual?

  1. \( S(t)I(t) \)
  2. \( S(t)/N \)
  3. \( I(t)/N \)
  4. \( \beta \langle k \rangle S(t) I(t) / N \)
  5. None of the above

Original idea by: Leandro Stival

No comments:

Post a Comment

2025-261

Consider a directed graph \(G\)   and the Kosaraju-Sharir's algorithm for finding strongly connected components (SCCs). Analyze the foll...