hard Set 26 Form Exercise

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

Show answer

Answer: 46

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

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

Show answer

Answer: 15

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

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

Show answer

Answer: 6

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

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

Show answer

Answer: 104

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

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

Show answer

Answer: 3

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

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

Show answer

Answer: 2

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

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

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

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

Show answer

Answer: 26

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