Toggle navigation
Delta: Algorithms
Download
Documentation
Partners
Quiz: Affine equations
No notes were written for this algorithm.
Preview of this algorithm
Variable
Set n to 1
Quiz
Init quiz Solve the equation:
Structure
While n <= 5
Variable
Set a to random(20) - 10
Structure
While a = 0
Variable
Set a to random(20) - 10
Structure
End
Variable
Set b to random(20) - 10
Quiz
Add text "n") "ax + b" = 0
Quiz
Add input x with -b/a as correct answer
Variable
Set n to n + 1
Structure
End
Quiz
Show quiz