Skip to content

Commit

Permalink
Merge pull request #1158 from dlglin/FixSLUQuadratic
Browse files Browse the repository at this point in the history
Fix vertex formula for quadratic
  • Loading branch information
drdrew42 authored Aug 13, 2024
2 parents a35c37e + 7bc946f commit 5ee313e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Contrib/SLU/excelcalculus/ch1/sec2/ch1.sec2.q3.pg
Original file line number Diff line number Diff line change
Expand Up @@ -36,10 +36,10 @@ $x = random(-5,5,1);
$b = -2*$x;

$popup = PopUp(
["?",'Make -2b/a =$x.',
["?",'Make -b/2a =$x.',
'Make a=$x','Make b=$x','Make c=$x','Make 2b/a=$x',
],
'Make -2b/a =$x.',
'Make -b/2a =$x.',
);

BEGIN_TEXT
Expand Down

0 comments on commit 5ee313e

Please sign in to comment.