Quiz: Affine equations


No notes were written for this algorithm.

Preview of this algorithm

Icon Variable
Set n to 1
Icon Quiz
Init quiz Solve the equation:
Icon Structure
While n <= 5
Icon Variable
Set a to random(20) - 10
Icon Structure
While a = 0
Icon Variable
Set a to random(20) - 10
Icon Structure
End
Icon Variable
Set b to random(20) - 10
Icon Quiz
Add text "n") "ax + b" = 0
Icon Quiz
Add input x with -b/a as correct answer
Icon Variable
Set n to n + 1
Icon Structure
End
Icon Quiz
Show quiz