hard Set 78 Form Exercise

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

Show answer

Answer: 5

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

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

Show answer

Answer: 12

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

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

Show answer

Answer: 32

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

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

Show answer

Answer: 4

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

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

Show answer

Answer: 8

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

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

Show answer

Answer: 71

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

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

Show answer

Answer: 252

SubType
math-maze
Difficulty
hard
StartValue
5
Steps
  • {"op":"\u00d7","operand":4,"result":20}
  • {"op":"+","operand":1,"result":21}
  • {"op":"\u00d7","operand":3,"result":63}
  • {"op":"\u00d7","operand":2,"result":126}
  • {"op":"\u00d7","operand":2,"result":252}
FinalValue
252
PathDescription
Step 1: ×4 = 20; Step 2: +1 = 21; Step 3: ×3 = 63; Step 4: ×2 = 126; Step 5: ×2 = 252

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

Show answer

Answer: 1

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