Figure out a persons BMI with the formula B= 703w/h^2

what is w, and h?

weight is 120, height is 60 inches. How do I calculate BMI=703w/h^2

To figure out a person's BMI (Body Mass Index) using the formula B = 703w / h^2, you will need two pieces of information: the person's weight (w) in pounds and their height (h) in inches.

1. Obtain the person's weight in pounds (w).
- You can ask the person directly for their weight in pounds.
- Alternatively, you can convert their weight from kilograms to pounds if you have it in that unit. Multiply the weight in kilograms by 2.2046 to convert it to pounds.
- Make sure the weight you have is in pounds for accurate calculations.

2. Obtain the person's height in inches (h).
- Ask the person for their height in inches.
- Alternatively, you can convert their height from feet and inches to inches if you have it in that format. Multiply the number of feet by 12 and add the remaining inches to calculate the total height in inches.
- Ensure the height you have is in inches for accurate calculations.

3. Calculate the BMI using the formula B = 703w / h^2.
- Square the height value by multiplying it by itself (h * h).
- Divide the weight value by the squared height value (w / (h * h)).
- Multiply the result by 703 to obtain the BMI value (B = 703 * (w / (h * h))).

Make sure that you use the correct weight and height values in the formula to get an accurate BMI calculation.