easy Set 22 Form Exercise

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

Show answer

Answer: 4

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

Math Maze: Start at 1. Follow the path: +7 → -3 → -2. What is the final value?

Show answer

Answer: 3

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

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

Show answer

Answer: 14

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

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

Show answer

Answer: 34

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

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

Show answer

Answer: 69

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

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

Show answer

Answer: 10

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

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

Show answer

Answer: 16

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

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

Show answer

Answer: 11

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