medium Set 69 Form Exercise

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

Show answer

Answer: 112

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

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

Show answer

Answer: 44

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

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

Show answer

Answer: 68

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

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

Show answer

Answer: 120

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

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

Show answer

Answer: 18

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

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

Show answer

Answer: -1

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

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

Show answer

Answer: 6

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

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

Show answer

Answer: 7

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