hard Set 33 Form Exercise

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

Show answer

Answer: 100

SubType
math-maze
Difficulty
hard
StartValue
7
Steps
  • {"op":"+","operand":7,"result":14}
  • {"op":"+","operand":9,"result":23}
  • {"op":"\u00d7","operand":2,"result":46}
  • {"op":"\u00d7","operand":3,"result":138}
  • {"op":"-","operand":38,"result":100}
FinalValue
100
PathDescription
Step 1: +7 = 14; Step 2: +9 = 23; Step 3: ×2 = 46; Step 4: ×3 = 138; Step 5: -38 = 100

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

Show answer

Answer: 4

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

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

Show answer

Answer: 12

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

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

Show answer

Answer: 69

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

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

Show answer

Answer: 62

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

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

Show answer

Answer: 12

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

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

Show answer

Answer: 10

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

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

Show answer

Answer: 156

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