hard Set 15 Form Exercise

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

Show answer

Answer: 154

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

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

Show answer

Answer: 11

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

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

Show answer

Answer: 13

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

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

Show answer

Answer: 18

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

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

Show answer

Answer: 14

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

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

Show answer

Answer: 10

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

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

Show answer

Answer: 40

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

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

Show answer

Answer: 134

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