We have a table that shows the records of the track coach:
Number of members Number of teams
48 4
66 3
82 4
101 2
104 4
107 3
We can read the first row as: the coach recorded 48 runners that belong to 4 teams.
To calculate the expected value of members per team we have to aggregate all the records and calculate the total number of members recorded and divide it by the total numbers of teams recorded:
Answer: the expected value for X is 25.4 members per team.