Question

4-Write the BMI formula.
0 0
Add a comment Improve this question Transcribed image text
Answer #1

Body Mass Index =weight in kilogram÷height in meter square

If the height is given in pound convert it into kilogram by dividing the value with 2.5

Weight in kilogram=weight in pound÷2.5

Add a comment
Know the answer?
Add Answer to:
4-Write the BMI formula.
Your Answer:

Post as a guest

Your Name:

What's your source?

Earn Coins

Coins can be redeemed for fabulous gifts.

Not the answer you're looking for? Ask your own homework help question. Our experts will answer your question WITHIN MINUTES for Free.
Similar Homework Help Questions
  • what is the formula for BMI and UBW?

    what is the formula for BMI and UBW?

  • Program 1 BMI Calculator Write a Java program to calculate the Body Mass Index (BMI) BMI...

    Program 1 BMI Calculator Write a Java program to calculate the Body Mass Index (BMI) BMI can be calculated as follow BMI = (weight in pounds X 703) / (Height in inches X Height in inches)

  • Write a program to calculate the Body Mass Index (BMI). The formulae to calculate the BMI...

    Write a program to calculate the Body Mass Index (BMI). The formulae to calculate the BMI are BMI = (weightinPounds x 703) / (heightinInches x heightinInches ) or BMI = weightinKilograms / (heightinMeters x heightinMeters ) Your program should read the user's weight in pounds and height in inches (or, Kilograms and meters, if you prefer), calculate and display the BMI. Your program should also display a message indicating how the BMI is evaluated, based on the following BMI values:...

  • The body mass index (BMI estimates the amount of fat in a person's body. It is defined as the person's mass m in kilograms divided by the square of the person's height h in meters. Write...

    The body mass index (BMI estimates the amount of fat in a person's body. It is defined as the person's mass m in kilograms divided by the square of the person's height h in meters. Write the formula for BMI in terms of m and h. 0 BMI In the United States, most people measure weight in pounds and height in feet and inches. When weight W is measured in pounds and height h is measured in inches, the BMI...

  • Matlab calculatebmis write a ction calculatebrism that runs the BMI walue BMI can be calculated using...

    Matlab calculatebmis write a ction calculatebrism that runs the BMI walue BMI can be calculated using the following formal BMI Weight(16) 4.88 (height(ft)) where I has a unit of lb/ft? First test your function for scalar values of weight and height. Then, modify your function so it can calculate the should return a corresponding BMI vector (Do not use for loops to solve this problem.) value for multiple people at the same time, where we and he will now be...

  • 1. Your Body Mass Index (BMI) is a measure of your weight relative to your height....

    1. Your Body Mass Index (BMI) is a measure of your weight relative to your height. The formula can be found here: http://www.whathealth.com/bmi/formula.html (use the Imperial U.S. Method). Write an algorithm in pseudocode to calculate and display a person's BMI accepting as input their height in feet and inches and their weight in pounds. The output of your algorithm should be as follows: a. BMI b. A statement of whether the result is underweight, normal, overweight or obese.

  • in activity 1.11 you wrote matlab code to compute a patient's body mass index (BMI),according to...

    in activity 1.11 you wrote matlab code to compute a patient's body mass index (BMI),according to the formula BMI=mass/height^2 based on a height (in meters) and weight(in kilograms) entered using the keyboard.Modify this code (or write a new version) to subsequently display a text message based on the computed BMI as indicated in the table below.

  • BMI pseudocode and flowchart

    You are the nutritional coach for a local high school football team. You realize that some of the players are not up to par having returned from summer break.Realizing nutrition plays a key in a productive team, you decide to implement a Body Mass Index Program.Design a modularized Body Mass Index (BMI) Program which will calculate the BMI of a team player. The formula to calculate the BMI is as follows:BMI = Weight * 703/Height2Your program design should contain the...

  • 1. Write a personalized BMI calculator in the form of a function called  bmi_calculator(). This function prompts...

    1. Write a personalized BMI calculator in the form of a function called  bmi_calculator(). This function prompts the user for their appelation, their first name, their last name, their height in inches, their weight in pounds, and prints a message of the form: BMI Record for _APPELATION _FIRSTNAME _LASTNAME: Subject is _X feet _Y inches tall and weighs _Z pounds. The subject's BMI is _B. (The words preceded by _ are replaced with the input provided by the user.) Your solution...

  • Python solutions please. correct code for Thumbs Up. Calculate the BMI of a person using the...

    Python solutions please. correct code for Thumbs Up. Calculate the BMI of a person using the formula: BMI = ( Weight in Pounds ((Height in inches ) x (Height in inches ))) x 703 Assign the value to the variable bmi. Assume the value of the weight in pounds has already been assigned to the variable w and the value of the height in inches has been assigned to the variable h. Assume that print_error_description is a function that expects...

ADVERTISEMENT
Free Homework Help App
Download From Google Play
Scan Your Homework
to Get Instant Free Answers
Need Online Homework Help?
Ask a Question
Get Answers For Free
Most questions answered within 3 hours.
ADVERTISEMENT
ADVERTISEMENT