hard Set 82 Form Exercise

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

Show answer

Answer: 11

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

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

Show answer

Answer: 6

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

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

Show answer

Answer: 10

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

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

Show answer

Answer: 78

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

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

Show answer

Answer: 48

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

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

Show answer

Answer: 54

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

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

Show answer

Answer: 31

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

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

Show answer

Answer: 20

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