medium Set 63 Form Exercise

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

Show answer

Answer: 1

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

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

Show answer

Answer: 26

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

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

Show answer

Answer: 19

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

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

Show answer

Answer: 5

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

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

Show answer

Answer: 63

SubType
math-maze
Difficulty
medium
StartValue
3
Steps
  • {"op":"+","operand":10,"result":13}
  • {"op":"\u00d7","operand":4,"result":52}
  • {"op":"-","operand":31,"result":21}
  • {"op":"\u00d7","operand":3,"result":63}
FinalValue
63
PathDescription
Step 1: +10 = 13; Step 2: ×4 = 52; Step 3: -31 = 21; Step 4: ×3 = 63

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

Show answer

Answer: 2

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

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

Show answer

Answer: 13

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

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

Show answer

Answer: 12

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