1. **State the problem:** We are given the data set of store customers over a week: 493, 777, 737, 467, 525, 345, 898.
We need to find the Median, Mode, and Range of this data.
2. **Median:** The median is the middle value when the data is ordered from least to greatest.
Order the data: 345, 467, 493, 525, 737, 777, 898.
Since there are 7 data points (odd number), the median is the 4th value.
Median = 525 customers (which matches the given answer).
3. **Mode:** The mode is the value that appears most frequently.
Check the data: all values are unique, so no number repeats.
Mode = 0 (meaning no mode).
4. **Range:** The range is the difference between the maximum and minimum values.
Maximum = 898, Minimum = 345.
Range = 898 - 345 = 553 customers (matches the given answer).
**Final answers:**
Median = 525
Mode = 0 (no mode)
Range = 553
Median Mode Range 8Fc8Eb
Step-by-step solutions with LaTeX - clean, fast, and student-friendly.