hard Set 33 Form Exercise

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

Show answer

Answer: 36

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

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

Show answer

Answer: 7

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

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

Show answer

Answer: 76

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

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

Show answer

Answer: 3

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

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

Show answer

Answer: 7

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

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

Show answer

Answer: -8

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

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

Show answer

Answer: 26

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

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

Show answer

Answer: -4

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