Get Answer: Answer Question Points Question Guide
Understanding this question requires applying core subject principles.
What This Question Is About
This question relates to answer question points and requires a structured academic response.
How to Approach This Question
Break the problem into smaller parts and analyze each logically.
Key Explanation
This topic involves answer question points. A strong answer should include explanation, application, and examples.
Original Question
answer:”Question 1 (50 points): Overview The body mass index (BMI) is a statistic developed by Adolphe Quetelet in the 1900’s for evaluating body mass. It uses the same formula for men as for women and children. According to http://www.bmi3d.com/formula.html the body mass index is calculated as kilograms divided by height in meters squared: BMI=x/y^2 where is body weight in kg and is height in meters. A BMI in the range 18.5 to 24.9 (inclusive) is considered normal. Implementation Write a function body_mass_index(height, weight) that: Takes height in inches and weight in pounds Converts height to meters, and weight to kilograms Returns a tuple (bmi, message) BMI should be rounded to one decimal place Message should be ‘underweight’, ‘normal’, or ‘overweight’ based on BMI range Returns (-1, “error message”) if height or weight is negative Hints Our autograder tests rely on exact text matching. Make sure you closely follow the implementation instructions Scoring Correct mathematical implementation (conversion, rounding) [20] Correct function implementation (parameters, return statement) [20] Proper comments, spacing, formatting, and follosing naming conventions for variables [10] …… def body_mass_index(height, weight): # WRITE YOUR CODE HERE pass # delete this line! …… “# You can run this cell after writing your solutions to # check it against some basic test cases. Do not delete # or modify the contents of this cell. assert body_mass_index(-70, 200)[
******CLICK ORDER NOW BELOW AND OUR WRITERS WILL WRITE AN ANSWER TO THIS ASSIGNMENT OR ANY OTHER ASSIGNMENT, DISCUSSION, ESSAY, HOMEWORK OR QUESTION YOU MAY HAVE. OUR PAPERS ARE PLAGIARISM FREE*******."