hard Set 22 Form Exercise

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

Show answer

Answer: 1

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

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

Show answer

Answer: 108

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

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

Show answer

Answer: 24

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

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

Show answer

Answer: 24

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

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

Show answer

Answer: 58

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

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

Show answer

Answer: 20

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

Math Maze: Start at 4. Follow the path: ×4 → ×3 → -13 → -24 → -8. What is the final value?

Show answer

Answer: 3

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

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

Show answer

Answer: 21

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