medium Set 29 Form Exercise

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

Show answer

Answer: 3

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

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

Show answer

Answer: 2

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

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

Show answer

Answer: 80

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

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

Show answer

Answer: 22

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

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

Show answer

Answer: 128

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

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

Show answer

Answer: 4

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

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

Show answer

Answer: 480

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

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

Show answer

Answer: 30

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