Question:medium

If the average of p numbers is q2 and that of q numbers is p2, then the average of (p+q) numbers is:

Updated On: Jan 16, 2026
  • \(\frac{p}{q}\)
  • \(pq\)

  • \(p+q\)

  • \(p−q\)

Show Solution

The Correct Option is B

Solution and Explanation

If the average of \( p \) numbers is \( q^2 \), then the sum of these numbers is \( p \cdot q^2 \).

If the average of \( q \) numbers is \( p^2 \), then the sum of these numbers is \( q \cdot p^2 \).

The total sum of \( p + q \) numbers is the sum of these two sums: \( p \cdot q^2 + q \cdot p^2 \).

Factoring the total sum yields \( pq(q + p) \).

The average of \( p + q \) numbers is the total sum divided by \( p + q \).

Therefore, the average is \( \frac{pq(q + p)}{p+q} \).

Assuming \( p+q eq 0 \), we can simplify this expression by canceling \( p+q \) from the numerator and the denominator.

This results in an average of \( pq \).

Was this answer helpful?
2