medium Set 36 Form Exercise

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

Show answer

Answer: 13

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

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

Show answer

Answer: 8

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

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

Show answer

Answer: 8

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

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

Show answer

Answer: 7

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

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

Show answer

Answer: 72

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

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

Show answer

Answer: 26

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

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

Show answer

Answer: 11

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

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

Show answer

Answer: 56

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