medium Set 63 Form Exercise

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

Show answer

Answer: 23

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

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

Show answer

Answer: 27

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

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

Show answer

Answer: 7

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

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

Show answer

Answer: 130

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

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

Show answer

Answer: 3

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

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

Show answer

Answer: 336

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

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

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

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

Show answer

Answer: 84

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