We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d04341f commit 6aeec8bCopy full SHA for 6aeec8b
OpenProblemLibrary/MC/PreAlgebra/setPreAlgebraC04S02/Exponents04.pg
@@ -102,7 +102,7 @@ $exp[4] =\{ ans_rule(10) \}
102
$ECENTER
103
$PAR
104
$BITALIC
105
-To enter something like \(c^n\) in exponential form, type c^n.
+To enter something like \(c^n\) in exponential form, type c${CARET}n.
106
$EITALIC
107
108
END_TEXT
@@ -121,7 +121,7 @@ ANS( Compute("$ans[3]")->cmp() );
121
ANS( Compute("$ans[4]")->cmp() );
122
123
BEGIN_HINT
124
-Use the ^ symbol for powers. For example 4 cubed is 4^3.
+Use the $CARET symbol for powers. For example 4 cubed is 4${CARET}3.
125
END_HINT
126
127
ENDDOCUMENT();
0 commit comments