Probability of Mistakes in a Book: Finding P[D=k|M=m]

In summary, when reading a book with a total of n pages, the expected number of pages with no mistakes is 1 - e^-a, where a is the parameter for a Poisson random variable representing the number of mistakes per page. To find the probability of detecting exactly k mistakes on a certain page, where there are a total of m mistakes, use the formula P[D=k|M=m] = (p^k)((1-p)^(m-k))/(mCk*(1-p)^m). To find the overall probability of detecting exactly k mistakes on any page, use the formula P[D=k] = e^(-a
  • #1
Kate2010
146
0
When reading a book, you detect each mistake with probability p, independent of other mistakes. Let M denote the amount of mistakes on a certain page and D be the number that you detect on that page. Write down P[D=k|M=m] and find for k>=0 P[D=k].

I've worked out for a textbook with n pages, number of mistakes on each page is poisson RV with parameter a, independent of mistakes on all other pages, that the expected number of pages with no mistakes is 1 - e^-a.

I tried using P[D=k|M=m] = P(D=k union M=m)/P(M=m), any ideas how else to go about this?
 
Physics news on Phys.org
  • #2
P[D=k|M=m] = P[D=k ∩ M=m]/P[M=m] = (p^k)((1-p)^(m-k))/(mCk*(1-p)^m)For k>=0 P[D=k] = Summation from 0 to m of P[D=k|M=m]*P[M=m] = Summation from 0 to m of (p^k)((1-p)^(m-k))*(e^(-a)*(a^m))/(m!*(1-p)^m) = e^(-a)*(a^m)*Summation from 0 to m of (p^k)((1-p)^(m-k))/(m!*(1-p)^m)
 

FAQ: Probability of Mistakes in a Book: Finding P[D=k|M=m]

What does the equation P[D=k|M=m] represent?

The equation P[D=k|M=m] represents the probability of making k mistakes in a book, given that there are m mistakes in the book.

How is the probability of mistakes in a book calculated?

The probability of mistakes in a book is calculated by using the equation P[D=k|M=m], where D represents the number of mistakes and M represents the total number of mistakes in the book.

Can this equation be applied to any type of book?

Yes, this equation can be applied to any type of book as long as the number of mistakes can be quantified.

How can this equation be useful for authors or editors?

This equation can be useful for authors or editors to estimate the likelihood of mistakes in a book and make necessary corrections before publishing.

Is the probability of mistakes in a book a fixed value?

No, the probability of mistakes in a book can vary depending on the number of mistakes in the book. It is a statistical measure that can be calculated and adjusted as needed.

Similar threads

Back
Top