hard Set 74 Form Exercise

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

Show answer

Answer: 6

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

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

Show answer

Answer: 4

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

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

Show answer

Answer: 216

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

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

Show answer

Answer: 128

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

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

Show answer

Answer: 5

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

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

Show answer

Answer: 9

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

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

Show answer

Answer: 4

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

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

Show answer

Answer: 9

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