hard Set 25 Form Exercise

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

Show answer

Answer: 156

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

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

Show answer

Answer: 72

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

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

Show answer

Answer: 22

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

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

Show answer

Answer: 50

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

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

Show answer

Answer: 66

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

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

Show answer

Answer: 11

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

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

Show answer

Answer: 29

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

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

Show answer

Answer: 32

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