Healthy BMI means healthy weight
Desired BMI
What is it about?
Healthy BMI means healthy weight. The novelty of this application is that it calculates not only the current BMI, but also the number of kilograms that the user must to lose or gain, depending on the desired BMI. The application is aimed at both those who want to lose weight and those who are underweight. The algorithm starts from the basic BMI formula {BMI = weight (kg) / (height (m) x height (m))}, and calculates exactly the number of kilograms that are plus or minus. Healthy official BMI values range from 18.5 to 24.9. It is a simple but useful application, giving a quick response to many requirements.
App Screenshots
App Store Description
Healthy BMI means healthy weight. The novelty of this application is that it calculates not only the current BMI, but also the number of kilograms that the user must to lose or gain, depending on the desired BMI. The application is aimed at both those who want to lose weight and those who are underweight. The algorithm starts from the basic BMI formula {BMI = weight (kg) / (height (m) x height (m))}, and calculates exactly the number of kilograms that are plus or minus. Healthy official BMI values range from 18.5 to 24.9. It is a simple but useful application, giving a quick response to many requirements.
OUR ALGORITHM FORMULA:
RESULT = height x height x | DMBI - BMI |
THE PROOF:
Notations:
BMI - the current BMI
DBMI - the desired BMI
Wi - the current weight (kg)
Wf - the final weight (kg)
H - the height (m)
RESULT - the number of kilograms that are plus or minus.
BMI = Wi / (H x H) -> Wi = BMI x H x H
DBMI = Wf / (H x H) -> Wf = DBMI x H x H
RESULT = | Wf - Wi |
RESULT = H x H x | DBMI - BMI |
* The algorithm is very accurate, but remember that all content presented are provided for informational and educational purposes only, and are not intended to replace professional medical advice, diagnosis, or treatment. Always seek the advice of your physician or other qualified healthcare provider with any questions you may have regarding a medical condition.
AppAdvice does not own this application and only provides images and links contained in the iTunes Search API, to help our users find the best apps to download. If you are the developer of this app and would like your information removed, please send a request to takedown@appadvice.com and your information will be removed.