hard Set 54 Form Exercise

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

Show answer

Answer: 54

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

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

Show answer

Answer: 16

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

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

Show answer

Answer: 35

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

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

Show answer

Answer: 17

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

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

Show answer

Answer: -3

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

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

Show answer

Answer: 22

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

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

Show answer

Answer: 88

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

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

Show answer

Answer: 16

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