Skip to content

Commit 6aeec8b

Browse files
committed
Fix bug 4684
1 parent d04341f commit 6aeec8b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

OpenProblemLibrary/MC/PreAlgebra/setPreAlgebraC04S02/Exponents04.pg

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ $exp[4] =\{ ans_rule(10) \}
102102
$ECENTER
103103
$PAR
104104
$BITALIC
105-
To enter something like \(c^n\) in exponential form, type c^n.
105+
To enter something like \(c^n\) in exponential form, type c${CARET}n.
106106
$EITALIC
107107

108108
END_TEXT
@@ -121,7 +121,7 @@ ANS( Compute("$ans[3]")->cmp() );
121121
ANS( Compute("$ans[4]")->cmp() );
122122

123123
BEGIN_HINT
124-
Use the ^ symbol for powers. For example 4 cubed is 4^3.
124+
Use the $CARET symbol for powers. For example 4 cubed is 4${CARET}3.
125125
END_HINT
126126

127127
ENDDOCUMENT();

0 commit comments

Comments
 (0)