hard Set 29 Form Exercise

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

Show answer

Answer: 8

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

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

Show answer

Answer: 8

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

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

Show answer

Answer: 4

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

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

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

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

Show answer

Answer: 46

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

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

Show answer

Answer: 7

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

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

Show answer

Answer: 15

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

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

Show answer

Answer: 128

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