Skip to content

Commit 5ee313e

Browse files
authored
Merge pull request openwebwork#1158 from dlglin/FixSLUQuadratic
Fix vertex formula for quadratic
2 parents a35c37e + 7bc946f commit 5ee313e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Contrib/SLU/excelcalculus/ch1/sec2/ch1.sec2.q3.pg

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,10 +36,10 @@ $x = random(-5,5,1);
3636
$b = -2*$x;
3737

3838
$popup = PopUp(
39-
["?",'Make -2b/a =$x.',
39+
["?",'Make -b/2a =$x.',
4040
'Make a=$x','Make b=$x','Make c=$x','Make 2b/a=$x',
4141
],
42-
'Make -2b/a =$x.',
42+
'Make -b/2a =$x.',
4343
);
4444

4545
BEGIN_TEXT

0 commit comments

Comments
 (0)