medium Set 70 Form Exercise

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

Show answer

Answer: 28

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

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

Show answer

Answer: 42

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

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

Show answer

Answer: 8

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

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

Show answer

Answer: 108

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

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

Show answer

Answer: 2

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

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

Show answer

Answer: 6

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

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

Show answer

Answer: 11

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

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

Show answer

Answer: 1

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