hard Set 69 Form Exercise

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

Show answer

Answer: 23

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

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

Show answer

Answer: 2

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

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

Show answer

Answer: 4

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

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

Show answer

Answer: 20

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

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

Show answer

Answer: 1

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

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

Show answer

Answer: 10

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

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

Show answer

Answer: 1440

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

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

Show answer

Answer: 19

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