There are three variables as "AGE", "BMI" and "HEART RATE".
The summary of all three variables is given as mean, minimum, first quartile(Q1), median (Q2), Third quartile(Q3), maximum and total that is a sum of all the observation.
The table to represent the information of all three variable is:
| Summary | AGE | BMI | HEART RATE |
| MEAN | 47.9 | 26.43 | 76.12 |
| MINIMUM | 35 | 18.59 | 60 |
| Q1 | 41.5 | 23.17 | 70 |
| MEDIAN | 46 | 26.21 | 75 |
| Q3 | 3.5 | 28.65 | 85 |
| MAXIMUM | 65 | 40.11 | 98 |
| TOTAL | 2347 | 1295.12 | 3730 |
Mean: Mean is nothing but the overall average of all the data values.
Minimum: Minimum is nothing but the smallest value among all data values.
Q1(First quartile): Represents there is 25% of data falls below it.
Median: Represents the middle most value of data set which have 50% data falls above and 50% falls below it.
Q3(Third quartile): Represents there is 75% of data falls below it.
Maximum: Maximum is nothing but the largest value among all data values.
Total: Sum of all observation in the data set.
DRAW A-TABLE THAT CONTAINS THIS-INFORMATION.VERY NEAT-AND-CLEAR. You'will-be graded on the'accuracy,interpretation,'neatness, and "user-friendliness" of-yourresults. T AGER MEAN=47.9a...