hard Set 26 Form Exercise

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

Show answer

Answer: 18

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

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

Show answer

Answer: 32

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

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

Show answer

Answer: 1

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

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

Show answer

Answer: 2

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

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

Show answer

Answer: 8

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

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

Show answer

Answer: 58

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

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

Show answer

Answer: 53

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

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

Show answer

Answer: 437

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