hard Set 79 Form Exercise

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

Show answer

Answer: 17

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

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

Show answer

Answer: 8

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

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

Show answer

Answer: 46

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

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

Show answer

Answer: 68

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

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

Show answer

Answer: 8

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

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

Show answer

Answer: 24

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

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

Show answer

Answer: 69

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

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

Show answer

Answer: 3

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