hard Set 50 Form Exercise

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

Show answer

Answer: 22

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

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

Show answer

Answer: 20

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

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

Show answer

Answer: 5

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

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

Show answer

Answer: 12

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

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

Show answer

Answer: 38

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

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

Show answer

Answer: 294

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

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

Show answer

Answer: 11

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

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

Show answer

Answer: 11

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