a gym member records their calorie burn every day to track their progress.\n| day | amount of calories…

a gym member records their calorie burn every day to track their progress.\n| day | amount of calories (kcal) |\n| ---- | ---- |\n| monday | 700 |\n| tuesday | 340 |\n| wednesday | 590 |\n| thursday | 460 |\n| friday | 710 |\n| saturday | 670 |\n| sunday | 550 |\nwhat is the mean, median, and range, respectively, of the amount of calories burned over a week?\no 4020, 460, and 370\no 574.3, 460, and 150\no 574.3, 460, and 370\no 574.3, 590, and 370
Answer
Answer:
C. 574.3, 590, and 370
Explanation:
Step1: Calculate the mean
Mean = $\frac{700 + 340+590 + 460+710+670+550}{7}=\frac{4020}{7}\approx574.3$
Step2: Find the median
Arrange data in ascending order: 340, 460, 550, 590, 670, 700, 710. Middle - value (n = 7, odd number) is 590.
Step3: Calculate the range
Range = Maximum value - Minimum value = 710 - 340 = 370