hard Set 94 Form Exercise

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

Show answer

Answer: 88

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

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

Show answer

Answer: 17

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

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

Show answer

Answer: 1

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

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

Show answer

Answer: 90

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

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

Show answer

Answer: 54

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

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

Show answer

Answer: 16

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

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

Show answer

Answer: 27

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

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

Show answer

Answer: 52

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