Question:medium

Write the simple method commonly used to classify overweight and obesity for all ages.

Show Hint

BMI is a simple screening tool but should be combined with other assessments for accurate health evaluation.
Updated On: Jan 14, 2026
Show Solution

Solution and Explanation

The Body Mass Index (BMI), a common and straightforward metric, categorizes overweight and obesity across all age groups. It is computed by dividing an individual's weight in kilograms by the square of their height in meters, as shown by the formula: \[ \text{BMI} = \frac{\text{Weight (kg)}}{[\text{Height (m)}]^2} \] BMI classifications are as follows:
  • Underweight: BMI below 18.5
  • Normal weight: BMI between 18.5 and 24.9
  • Overweight: BMI from 25 to 29.9
  • Obesity: BMI 30 and above
Was this answer helpful?
0