hard Set 51 Form Exercise

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

Show answer

Answer: 25

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

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

Show answer

Answer: 33

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

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

Show answer

Answer: 2

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

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

Show answer

Answer: -12

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

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

Show answer

Answer: 15

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

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

Show answer

Answer: 84

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

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

Show answer

Answer: 2

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

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

Show answer

Answer: 9

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