medium Set 12 Form Exercise

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

Show answer

Answer: 3

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

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

Show answer

Answer: 48

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

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

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

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

Show answer

Answer: 5

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

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

Show answer

Answer: 4

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

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

Show answer

Answer: 46

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

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

Show answer

Answer: 12

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

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

Show answer

Answer: 19

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