hard Set 53 Form Exercise

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

Show answer

Answer: 8

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

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

Show answer

Answer: 11

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

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

Show answer

Answer: 80

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

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

Show answer

Answer: 5

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

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

Show answer

Answer: 15

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

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

Show answer

Answer: 69

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

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

Show answer

Answer: 5

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

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

Show answer

Answer: 31

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