hard Set 25 Form Exercise

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

Show answer

Answer: 24

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

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

Show answer

Answer: 152

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

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

Show answer

Answer: 26

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

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

Show answer

Answer: 3

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

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

Show answer

Answer: 8

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

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

Show answer

Answer: 117

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

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

Show answer

Answer: 42

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

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

Show answer

Answer: 10

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