hard Set 17 Form Exercise

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

Show answer

Answer: 16

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

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

Show answer

Answer: 40

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

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

Show answer

Answer: 19

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

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

Show answer

Answer: 13

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

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

Show answer

Answer: 100

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

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

Show answer

Answer: 10

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

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

Show answer

Answer: 9

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

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

Show answer

Answer: 16

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