STEP-BY-STEP ANSWER:
Step 1: Identify that the number of cured patients follows a binomial distribution with parameters n (total patients) and p (probability of cure).
Step 2: Use the binomial probability formula: P(X = k) = (n choose k) * p^k * (1-p)^(n-k).
Step 3: Calculate the combination (n choose k), which represents the number of ways to choose k successes from n trials.
Step 4: Substitute the values of n, k, and p into the formula.
Step 5: Compute the result to find the probability of exactly k cured patients.
Final Answer: The probability is given by P(X = k) = (nCk) * p^k * (1-p)^(n-k).