From 4b18fbb0adf7637b8fcd02124664cf27781b8632 Mon Sep 17 00:00:00 2001 From: drlvk Date: Fri, 7 Nov 2025 12:39:20 -0500 Subject: [PATCH] Corrected a typo in problem text --- .../Rochester/setProbability10NormalDist/ur_pb_10_16.pg | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/OpenProblemLibrary/Rochester/setProbability10NormalDist/ur_pb_10_16.pg b/OpenProblemLibrary/Rochester/setProbability10NormalDist/ur_pb_10_16.pg index 6e9f8cf0db..bae8148bf9 100644 --- a/OpenProblemLibrary/Rochester/setProbability10NormalDist/ur_pb_10_16.pg +++ b/OpenProblemLibrary/Rochester/setProbability10NormalDist/ur_pb_10_16.pg @@ -33,7 +33,7 @@ $ans2 = normal_distr(.5-$p/100, mean=>98.20, deviation=>0.62); BEGIN_TEXT -Healty people have body temperatures that are normally distributed with a mean of +Healthy people have body temperatures that are normally distributed with a mean of \( 98.20^{\circ}F\) and a standard deviation of \( 0.62^{\circ}F \) . $BR (a) \( \) If a healthy person is randomly selected, what is the probability that he or she has a @@ -42,7 +42,7 @@ temperature above \($t^{\circ}F\)? $BR answer: \{ans_rule(10)\} $BR (b) \( \) A hospital wants to select a minimum temperature for requiring further medical tests. -What should that temperature be, if we want only $p $PERCENT of healty people to exceed it? $BR +What should that temperature be, if we want only $p $PERCENT of healthy people to exceed it? $BR answer: \{ans_rule(10)\}