medium Set 48 Form Exercise

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

Show answer

Answer: 5

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

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

Show answer

Answer: 173

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

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

Show answer

Answer: 3

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

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

Show answer

Answer: 43

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

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

Show answer

Answer: 24

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

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

Show answer

Answer: 12

SubType
math-maze
Difficulty
medium
StartValue
4
Steps
  • {"op":"+","operand":4,"result":8}
  • {"op":"+","operand":10,"result":18}
  • {"op":"-","operand":8,"result":10}
  • {"op":"+","operand":2,"result":12}
FinalValue
12
PathDescription
Step 1: +4 = 8; Step 2: +10 = 18; Step 3: -8 = 10; Step 4: +2 = 12

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

Show answer

Answer: 7

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

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

Show answer

Answer: 18

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