easy Set 90 Form Exercise

Math Maze: Start at 9. Follow the path: +2 → ×3 → -19. What is the final value?

Show answer

Answer: 14

SubType
math-maze
Difficulty
easy
StartValue
9
Steps
  • {"op":"+","operand":2,"result":11}
  • {"op":"\u00d7","operand":3,"result":33}
  • {"op":"-","operand":19,"result":14}
FinalValue
14
PathDescription
Step 1: +2 = 11; Step 2: ×3 = 33; Step 3: -19 = 14

Math Maze: Start at 9. Follow the path: +5 → +4 → ×2. What is the final value?

Show answer

Answer: 36

SubType
math-maze
Difficulty
easy
StartValue
9
Steps
  • {"op":"+","operand":5,"result":14}
  • {"op":"+","operand":4,"result":18}
  • {"op":"\u00d7","operand":2,"result":36}
FinalValue
36
PathDescription
Step 1: +5 = 14; Step 2: +4 = 18; Step 3: ×2 = 36

Math Maze: Start at 4. Follow the path: -3 → +10 → ×3. What is the final value?

Show answer

Answer: 33

SubType
math-maze
Difficulty
easy
StartValue
4
Steps
  • {"op":"-","operand":3,"result":1}
  • {"op":"+","operand":10,"result":11}
  • {"op":"\u00d7","operand":3,"result":33}
FinalValue
33
PathDescription
Step 1: -3 = 1; Step 2: +10 = 11; Step 3: ×3 = 33

Math Maze: Start at 3. Follow the path: ×4 → ×3 → ×3. What is the final value?

Show answer

Answer: 108

SubType
math-maze
Difficulty
easy
StartValue
3
Steps
  • {"op":"\u00d7","operand":4,"result":12}
  • {"op":"\u00d7","operand":3,"result":36}
  • {"op":"\u00d7","operand":3,"result":108}
FinalValue
108
PathDescription
Step 1: ×4 = 12; Step 2: ×3 = 36; Step 3: ×3 = 108

Math Maze: Start at 10. Follow the path: -5 → ×2 → +2. What is the final value?

Show answer

Answer: 12

SubType
math-maze
Difficulty
easy
StartValue
10
Steps
  • {"op":"-","operand":5,"result":5}
  • {"op":"\u00d7","operand":2,"result":10}
  • {"op":"+","operand":2,"result":12}
FinalValue
12
PathDescription
Step 1: -5 = 5; Step 2: ×2 = 10; Step 3: +2 = 12

Math Maze: Start at 5. Follow the path: +9 → ×2 → ×3. What is the final value?

Show answer

Answer: 84

SubType
math-maze
Difficulty
easy
StartValue
5
Steps
  • {"op":"+","operand":9,"result":14}
  • {"op":"\u00d7","operand":2,"result":28}
  • {"op":"\u00d7","operand":3,"result":84}
FinalValue
84
PathDescription
Step 1: +9 = 14; Step 2: ×2 = 28; Step 3: ×3 = 84

Math Maze: Start at 10. Follow the path: +5 → ×3 → ×2. What is the final value?

Show answer

Answer: 90

SubType
math-maze
Difficulty
easy
StartValue
10
Steps
  • {"op":"+","operand":5,"result":15}
  • {"op":"\u00d7","operand":3,"result":45}
  • {"op":"\u00d7","operand":2,"result":90}
FinalValue
90
PathDescription
Step 1: +5 = 15; Step 2: ×3 = 45; Step 3: ×2 = 90

Math Maze: Start at 6. Follow the path: ×2 → -6 → +8. What is the final value?

Show answer

Answer: 14

SubType
math-maze
Difficulty
easy
StartValue
6
Steps
  • {"op":"\u00d7","operand":2,"result":12}
  • {"op":"-","operand":6,"result":6}
  • {"op":"+","operand":8,"result":14}
FinalValue
14
PathDescription
Step 1: ×2 = 12; Step 2: -6 = 6; Step 3: +8 = 14