Quiz: Fraction: addition/subtraction


No notes were written for this algorithm.

Preview of this algorithm

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