medium Set 69 Form Exercise

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

Show answer

Answer: 45

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

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

Show answer

Answer: 50

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

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

Show answer

Answer: 20

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

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

Show answer

Answer: 8

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

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

Show answer

Answer: 200

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

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

Show answer

Answer: 120

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

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

Show answer

Answer: 17

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

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

Show answer

Answer: 5

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