In a village consisting of p persons, x% can read and write. Of the males, only y% can read and write. Of the females, only z% can read and write. If x, y > z, then what is the number of males in the village?

  1. A. p(x - z)/(y - z)
  2. B. p(y - z)/(x - z)
  3. C. px/y
  4. D. py/x

Correct Answer: A. p(x - z)/(y - z)

Explanation

Let M be the number of males. Females = p - M. Total readers = \frac{My}{100} + \frac{(p-M)z}{100} = \frac{px}{100}. Solving for M gives My - Mz = px - pz, so M = \frac{p(x-z)}{y-z}.

Related questions on Arithmetic

Practice more CDS Elementary Mathematics questions