hard Set 64 Form Exercise

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

Show answer

Answer: 11

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

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

Show answer

Answer: 19

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

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

Show answer

Answer: 6

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

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

Show answer

Answer: 5

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

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

Show answer

Answer: 62

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

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

Show answer

Answer: 25

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

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

Show answer

Answer: 75

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

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

Show answer

Answer: 132

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