BMI Formula:
From: | To: |
BMI (Body Mass Index) is a simple index of weight-for-height that is commonly used to classify underweight, normal weight, overweight and obesity in adults.
The calculator uses the basic BMI formula:
Where:
Explanation: BMI is calculated by dividing weight in kilograms by the square of height in meters.
Details: BMI provides a simple numeric measure of a person's thickness or thinness, allowing health professionals to discuss weight problems more objectively with their patients.
Tips: Enter weight in kilograms and height in meters. All values must be valid (weight > 0, height > 0).
Q1: What are standard BMI categories?
A: Underweight (<18.5), Normal weight (18.5-24.9), Overweight (25-29.9), Obesity (≥30).
Q2: Does BMI apply to everyone?
A: BMI may not be accurate for athletes (high muscle mass), pregnant women, or the elderly.
Q3: How is this different from Python SoloLearn version?
A: This web version provides instant calculation while Python version would require running code.
Q4: Can I use pounds and inches?
A: This calculator uses metric units. For imperial units: BMI = (weight in lbs × 703) / (height in inches)².
Q5: What's a healthy BMI range?
A: For most adults, 18.5 to 24.9 is considered healthy.