answer.
Ask question
Login Signup
Ask question
All categories
  • English
  • Mathematics
  • Social Studies
  • Business
  • History
  • Health
  • Geography
  • Biology
  • Physics
  • Chemistry
  • Computers and Technology
  • Arts
  • World Languages
  • Spanish
  • French
  • German
  • Advanced Placement (AP)
  • SAT
  • Medicine
  • Law
  • Engineering
Ilia_Sergeevich [38]
1 year ago
9

Ed is a 30 year old veterinary technician. Physical exam reveals a height of 5 foot 9 inches, and a weight of 210 pounds. Accord

ing to BMI, this patient is diagnosed as______________.
Business
1 answer:
lianna [129]1 year ago
6 0

Answer:

BMI = 31.18 kg/m²

According to BMI, this patient is diagnosed as Obese.

Explanation:

BMI known as body mass index is taken from a person height and weight. BMI is a person's weight in kilograms divided by the square of height in meters. BMI is usually expressed in kg/m².

Mathematically ,

BMI = weight(kg)/height(m²)

we have to convert the weight and the height to the required units.

converting pounds to kg

2.2 pounds = 1 kilogram

210 pounds = ?

cross multiply

210/2.2 = 95.50 kilograms

converting foot to inches and to meter.

1 foot = 12 inches

5 foot = ?

12 × 5 = 60 inches

60 inches + 9 inches = 69 inches

1 inches = 0.0254 meters

69 inches = ?

69 × 0.0254 = 1.7526  meters

using the formula

BMI = weight(kg)/height(m²)

BMI = 95.50/(1.75)²

BMI = 95.50/3.0625   kg/m²

BMI = 31.1836734694  kg/m²

BMI = 31.18 kg/m²

You might be interested in
As a trophy property, the price offered for the office building may say more about the continuing robust financial health of wea
kenny6666 [7]

Answer:

D

Explanation:

From the passage it can be inferred that, the price offered for the office building, a trophy property may say more about the continuing robust financial health of wealthy buyers

6 0
1 year ago
When preparing for a business trip to China, Kaylee Putbrese determined she needed to bring $5,200. How much must she borrow for
Sergeeva-Olga [200]

Answer:

Borrowed amount = $5417

Explanation:

Discount note = 4%

This means that Kaylee has 100 - 4 = 96% of the borrowed amount at hand

Cash at hand = $5,200

Let the borrowed amount = X

Cash at hand = 96% of X

5200 = (96/100) * X

X = (5200 * 100)/96

X = $5417

Borrowed amount = $5417

3 0
2 years ago
Read 2 more answers
b. Suppose that the Fed's FX reserves increase by 40 million zees as a result of the decline in demand. How many millions of dol
lana66690 [7]

Answer:

You didn´t post the complete information of the exercise, I searched the exercise online and tried to ask the most useful question.

Explanation:

The Zeeons will respond to the lower U.S interest rates by decreasing their investment in the USA as the rate of return is low. Thus, this will decrease the supply of zees in the foreign exchange market.

3 0
2 years ago
Read 2 more answers
This program will store roster and rating information for a soccer team. coaches rate players during tryouts to ensure a balance
Vedmedyk [2.9K]

Answer:

Explanation:

#include <iostream>

#include <vector>

using namespace std;

int main() {

   vector<int> jerseyNumber;

   vector<int> rating;

   int temp;

   for (int i = 1; i <= 5; i++) {

       cout << "Enter player " << i

            << "'s jersey number: ";

       cin >> temp;

       jerseyNumber.push_back(temp);

       cout << "Enter player " << i

            << "'s rating: ";

       cin >> temp;

       rating.push_back(temp);

       cout << endl;

   }

   cout << "ROSTER" << endl;

   for (int i = 0; i < 5; i++)

       cout << "Player " << i + 1 << " -- "

            << "Jersey number: " << jerseyNumber.at(i)

            << ", Rating: " << rating.at(i) << endl;

   char option;

   '

   while (true) {

       cout << "MENU" << endl;

       cout << "a - Add player" << endl;

       cout << "d - Remove player" << endl;

       cout << "u - Update player rating" << endl;

       cout << "r - Output players above a rating"

            << endl;

       cout << "o - Output roster" << endl;

       cout << "q - Quit" << endl << endl;

       cout << "Choose an option: ";

       cin >> option;

       switch (option) {

           case 'a':

           case 'A':

               cout << "Enter a new player's"

                    << "jersey number: ";

               cin >> temp;

               jerseyNumber.push_back(temp);

               cout << "Enter the player's rating: ";

               cin >> temp;

               rating.push_back(temp);

               break;

           case 'd':

           case 'D':

               cout << "Enter a jersey number: ";

               cin >> temp;

               int i;

               for (i = 0; i < jerseyNumber.size();

                    i++) {

                   if (jerseyNumber.at(i) == temp) {

                       jerseyNumber.erase(

                               jerseyNumber.begin() + i);

                       rating.erase(rating.begin() + i);

                       break;

                   }

               }

               break;

           case 'u':

           case 'U':

               cout << "Enter a jersey number: ";

               cin >> temp;

               for (int i = 0; i < jerseyNumber.size();

                    i++) {

                   if (jerseyNumber.at(i) == temp) {

                       cout << "Enter a new rating "

                            << "for player: ";

                       cin >> temp;

                       rating.at(i) = temp;

                       break;

                   }

               }

               break;

           case 'r':

           case 'R':

               cout << "Enter a rating: ";

               cin >> temp;

               cout << "\nABOVE " << temp << endl;

               for (int i = 0; i < jerseyNumber.size();

                    i++)

                   if (rating.at(i) > temp)

                       cout << "Player " << i + 1

                            << " -- "

                            << "Jersey number: "

                            << jerseyNumber.at(i)

                            << ", Rating: "

                            << rating.at(i) << endl;

               break;

           case 'o':

           case 'O':

               cout << "ROSTER" << endl;

               for (int i = 0; i < jerseyNumber.size();

                    i++)

                   cout << "Player " << i + 1 << " -- "

                        << "Jersey number: "

                        << jerseyNumber.at(i) << ", Rating: "

                        << rating.at(i) << endl;

               break;

           case 'q':

               return 0;

           default:

               cout << "Invalid menu option."

                    << " Try again." << endl;

       }

   }

}

4 0
1 year ago
Which of the following does not influence the consumer when he or she is deciding whether or not to buy a product?
xxTIMURxx [149]

Answer:

weather answer on apex

Explanation:

6 0
1 year ago
Other questions:
  • Which of the following is the best analogy for a project plan?
    8·2 answers
  • Barclay Enterprises manufactures and sells three distinct styles of bicycles: the Youth model sells for $440 and has a unit cont
    6·1 answer
  • Carrier Lennox Trane York Sales $ 150,000 $ 550,000 $ 38,700 $ 255,700 Sales discounts 5,000 17,500 600 4,800 Sales returns and
    13·1 answer
  • Nguyen was trying to decide between purchasing the common stock shares of McAlister Manufacturing, or preferred shares of the sa
    8·1 answer
  • Use the net FUTA tax rate of 0.6% on the first $7,000 of taxable wages. Michael Mirer worked for Dawson Company for six months t
    5·1 answer
  • Martel Co. had supplies of $24,000 and $33,000 at the end of 2017 and 2018, respectively. During 2018, Howard paid $128,000 for
    8·1 answer
  • You purchased 1000 shares of stock in Cumberland Software for $3 per share on January 1, 2006. Over the next four years, you rec
    13·1 answer
  • Should the home country be "large" relative to the world, its imposition of a tariff on imports would lead to an increase in dom
    7·1 answer
  • Why would Belinda, owner of GC Micro, a $70 million company that manufactures customized IT equipment and software for Fortune 1
    12·1 answer
  • If the United States imports more than it exports, then this means that Group of answer choices the demand for dollars is likely
    12·1 answer
Add answer
Login
Not registered? Fast signup
Signup
Login Signup
Ask question!