medium Set 84 Form Exercise

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

Show answer

Answer: 36

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

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

Show answer

Answer: 44

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

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

Show answer

Answer: 10

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

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

Show answer

Answer: 10

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

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

Show answer

Answer: 5

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

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

Show answer

Answer: 18

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

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

Show answer

Answer: 4

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

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

Show answer

Answer: 52

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