medium Set 30 Form Exercise

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

Show answer

Answer: 10

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

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

Show answer

Answer: 40

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

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

Show answer

Answer: 18

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

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

Show answer

Answer: 96

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

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

Show answer

Answer: 102

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

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

Show answer

Answer: 6

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

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

Show answer

Answer: 47

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

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

Show answer

Answer: 14

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