hard Set 27 Form Exercise

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

Show answer

Answer: 13

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

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

Show answer

Answer: 16

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

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

Show answer

Answer: -2

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

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

Show answer

Answer: 7

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

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

Show answer

Answer: 18

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

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

Show answer

Answer: 13

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

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

Show answer

Answer: 108

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

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

Show answer

Answer: 25

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