Skip to content

Commit 4329411

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

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

OpenProblemLibrary/PCC/BasicAlgebra/Calculator/DesmosSolvingRationalEquation10.pg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ $right = Formula("$b")->reduce;
7373
$leftX = Formula("x/(x+$a)")->reduce;
7474
$rightX = Formula("$b")->reduce;
7575

76-
$ans = Formula("$var=$x");
76+
$ans = Compute("$var=$x");
7777
$y = $left->eval($var=>$x);
7878

7979
##############################################

0 commit comments

Comments
 (0)