medium Set 14 Form Exercise

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

Show answer

Answer: 3

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

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

Show answer

Answer: 9

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

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

Show answer

Answer: 63

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

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

Show answer

Answer: 14

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

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

Show answer

Answer: 12

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

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

Show answer

Answer: 10

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

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

Show answer

Answer: 3

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

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

Show answer

Answer: 2

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