medium Set 70 Form Exercise

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

Show answer

Answer: 48

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

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

Show answer

Answer: 17

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

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

Show answer

Answer: 29

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

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

Show answer

Answer: 114

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

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

Show answer

Answer: 16

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

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

Show answer

Answer: 1

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

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

Show answer

Answer: 14

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

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

Show answer

Answer: 1

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