medium Set 36 Form Exercise

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

Show answer

Answer: 6

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

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

Show answer

Answer: 33

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

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

Show answer

Answer: 5

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

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

Show answer

Answer: 96

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

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

Show answer

Answer: 16

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

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

Show answer

Answer: 177

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

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

Show answer

Answer: 112

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

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

Show answer

Answer: 9

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