hard Set 25 Form Exercise

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

Show answer

Answer: 22

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

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

Show answer

Answer: 54

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

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

Show answer

Answer: 4

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

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

Show answer

Answer: 276

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

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

Show answer

Answer: 8

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

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

Show answer

Answer: 168

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

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

Show answer

Answer: 128

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

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

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