easy Set 26 Form Exercise

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

Show answer

Answer: 26

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

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

Show answer

Answer: 15

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

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

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

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

Show answer

Answer: 11

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

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

Show answer

Answer: 7

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

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

Show answer

Answer: 37

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

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

Show answer

Answer: 22

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

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

Show answer

Answer: 1

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