(Solved) : 3 Sensor Monitors Temperature Backyard Hot Tub Records Following Data 1046 1052 1063 1056 Q37269989 . . .
MATHCAD
3.- A sensor that monitors the temperature of a backyard hot tub records the following data: (104.6 105.2 106.3 105.6 105.1 106.3 104.7 105.0 103.5 104.1 103.7 104.4) The temperature should not exceed 106°F and should not be lower than 104 °F Write a program that gets as input parameters the temperature recorded, then inside your program: a) Determine how many times the maximum allowable temperature was exceeded. b) Determine how many times the temperature was less than the minimum allowable temperature. c) Determine the average temperature. d) If the temperature is out of the limits more than 25% of the total records, and the average temperature is not between 104 and 105, then the backyard hot tube must be recalibrated. Include all this information in your output, it could be presented as follows: Over lim5 Under lim: Mean: 107 Action: Recal Show transcribed image text 3.- A sensor that monitors the temperature of a backyard hot tub records the following data: (104.6 105.2 106.3 105.6 105.1 106.3 104.7 105.0 103.5 104.1 103.7 104.4) The temperature should not exceed 106°F and should not be lower than 104 °F Write a program that gets as input parameters the temperature recorded, then inside your program: a) Determine how many times the maximum allowable temperature was exceeded. b) Determine how many times the temperature was less than the minimum allowable temperature. c) Determine the average temperature. d) If the temperature is out of the limits more than 25% of the total records, and the average temperature is not between 104 and 105, then the backyard hot tube must be recalibrated. Include all this information in your output, it could be presented as follows: Over lim5 Under lim: Mean: 107 Action: Recal
Expert Answer
Answer to 3.- A sensor that monitors the temperature of a backyard hot tub records the following data: (104.6 105.2 106.3 105.6 10…
OR