Question:

A data set shows the number of books read by 4 students: 

StudentBooks
A5
B8
C12
D15


What is the average number of books read? 
 

Show Hint

Calculate the average by summing all values and dividing by the number of items.
Updated On: Jul 29, 2025
  • 8
  • 9
  • 10
  • 11
Hide Solution
collegedunia
Verified By Collegedunia

The Correct Option is C

Solution and Explanation

- Step 1: Sum of books: $5 + 8 + 12 + 15 = 40$.
- Step 2: Number of students = 4.
- Step 3: Average = $\frac{40}{4} = 10$.
- Step 4: Verify: Recalculate sum and division.
- Step 5: Option (3) is 10, correct.
- Step 6: Confirm no errors in summation.
Was this answer helpful?
0
0