diff --git a/ProblemLibrary/setCH151_LearningChecks/module8-12a.pg b/ProblemLibrary/setCH151_LearningChecks/module8-12a.pg index b5718dd..77a1942 100644 --- a/ProblemLibrary/setCH151_LearningChecks/module8-12a.pg +++ b/ProblemLibrary/setCH151_LearningChecks/module8-12a.pg @@ -172,7 +172,7 @@ TeX => Context("InexactValue"); $IvMassAl = InexactValue(26.98, 4); -$IvMassSe = InexactValue(78.96, 4); +$IvMassSe = InexactValue(78.97, 4); $IvSubtotalAl = InexactValue($subtotalAl, $sfAl); $IvSubtotalSe = InexactValue($subtotalSe, $sfSe);