Question:medium

A library has an average of 510 visitors on Sundays and 240 on other days. The average number of visitors per day in a month of 30 days beginning with a Sunday is:

Show Hint

Carefully count the number of specific days (e.g., Sundays) in the given month, especially when the starting day is specified. Avoid making assumptions about the number of weekend days if not explicitly stated.
Updated On: Jul 14, 2026
  • 285
  • 290
  • 297
  • 305
Show Solution

The Correct Option is C

Solution and Explanation

Step 1: Out of the 30 days, 5 are Sundays (days 1, 8, 15, 22, 29) and the remaining 25 are other days, since the month begins on a Sunday.

Step 2: Write the overall average as a weighted average of the two daily averages, weighted by how many days of each type there are: \( \text{Average} = \frac{5}{30}(510) + \frac{25}{30}(240) \).

Step 3: Simplify each term: \( \frac{5}{30}(510) = \frac{1}{6}(510) = 85 \), and \( \frac{25}{30}(240) = \frac{5}{6}(240) = 200 \). Add them together: \(85+200=285\).
\[ \boxed{285} \]
Was this answer helpful?
0