Section: Fact Thyroid function is measured using a factor called TSH, which stands for thyroid-stimulating hormone. A TSH test is a blood test that measures this hormone. TSH normal values are 0.5 to 5.0 mIU/L. If TSH is over 5.0 thyroid is underactive. On the other hand, if TSH is less than 0.5 thyroid is overactive.
Max Function
Statistical function is of many categories. One of them is a MAX function. The MAX function returns the largest value from the list of arguments passed to it. MAX function always ignores the empty cells when performing the calculation.
Power Function
A power function is a type of single-term function. Its definition states that it is a variable containing a base value raised to a constant value acting as an exponent. This variable may also have a coefficient. For instance, the area of a circle can be given as:
Section: Fact
Thyroid function is measured using a factor called TSH, which stands for thyroid-stimulating
hormone. A TSH test is a blood test that measures this hormone. TSH normal values are 0.5 to 5.0
mIU/L. If TSH is over 5.0 thyroid is underactive. On the other hand, if TSH is less than 0.5 thyroid is
overactive.
The answer is given below.
Algorithm:
- Start.
- Input the TSH value.
- If value greater than 5.0, print Hyperthyroidism.
- Else if less than 0.5, print Hypothyroidism.
- Else, print normal.
- End.
Step by step
Solved in 4 steps with 2 images