Skip to content

Commit

Permalink
Fix vertex formula for quadratic
Browse files Browse the repository at this point in the history
  • Loading branch information
Danny Glin committed Apr 29, 2024
1 parent 0c3899b commit 7bc946f
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 7bc946f

Please sign in to comment.