hard Set 82 Form Exercise

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

Show answer

Answer: 114

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

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

Show answer

Answer: 36

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

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

Show answer

Answer: 61

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

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

Show answer

Answer: 14

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

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

Show answer

Answer: 3

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

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

Show answer

Answer: 11

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

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

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

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

Show answer

Answer: 4

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