hard Set 38 Form Exercise

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

Show answer

Answer: 2

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

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

Show answer

Answer: 22

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

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

Show answer

Answer: 114

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

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

Show answer

Answer: 1

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

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

Show answer

Answer: 25

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

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

Show answer

Answer: 99

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

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

Show answer

Answer: 4

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

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

Show answer

Answer: 14

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