easy Set 90 Form Exercise

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

Show answer

Answer: 14

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

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

Show answer

Answer: 1

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

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

Show answer

Answer: 26

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

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

Show answer

Answer: 26

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

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

Show answer

Answer: 12

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

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

Show answer

Answer: 84

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

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

Show answer

Answer: 12

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

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

Show answer

Answer: 125

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