medium Set 58 Form Exercise

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

Show answer

Answer: 4

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

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

Show answer

Answer: 11

SubType
math-maze
Difficulty
medium
StartValue
9
Steps
  • {"op":"\u00d7","operand":3,"result":27}
  • {"op":"-","operand":21,"result":6}
  • {"op":"\u00d7","operand":2,"result":12}
  • {"op":"-","operand":1,"result":11}
FinalValue
11
PathDescription
Step 1: ×3 = 27; Step 2: -21 = 6; Step 3: ×2 = 12; Step 4: -1 = 11

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

Show answer

Answer: 39

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

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

Show answer

Answer: 66

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

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

Show answer

Answer: 576

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

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

Show answer

Answer: 36

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

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

Show answer

Answer: 5

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

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

Show answer

Answer: 44

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