Skip to content

Commit 703c6d7

Browse files
committed
Use Compute not Formula in answer
1 parent 594bd1c commit 703c6d7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

OpenProblemLibrary/PCC/BasicAlgebra/Calculator/DesmosSolvingRadicalEquation10.pg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ $ySolution = $c;
7373
$func0 = Compute("sqrt($a-$b*$var)")->reduce;
7474
$func1 = Compute("$c")->reduce;
7575

76-
$solution = Formula("$var=$xSolution");
76+
$solution = Compute("$var=$xSolution");
7777

7878
##############################################
7979
TEXT(beginproblem());

0 commit comments

Comments
 (0)