139k views
0 votes
How to determine the average of an evenly spaced set of numbers (bookend method)

A) Average of the extremes.
B) Sum all numbers, divide by count.
C) Average of the squares of the numbers.
D) Midpoint of the range.

User Tiago
by
7.3k points

1 Answer

4 votes

Final answer:

To determine the average of an evenly spaced set of numbers, use the midpoint of the range method by finding the midpoint between the lowest and highest values in the set.

Step-by-step explanation:

To determine the average of an evenly spaced set of numbers, you can use the midpoint of the range method. This method involves finding the midpoint between the lowest and highest values in the set.

  1. Find the lowest and highest values in the set.
  2. Add the lowest and highest values together.
  3. Divide the sum by 2 to find the midpoint.

The midpoint is the average of the extremes and represents the center of the evenly spaced set of numbers.

User Ojrac
by
8.3k points