hard Set 82 Form Exercise

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

Show answer

Answer: 104

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

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

Show answer

Answer: 4

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

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

Show answer

Answer: 42

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

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

Show answer

Answer: 17

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

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

Show answer

Answer: 31

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

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

Show answer

Answer: 50

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

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

Show answer

Answer: 48

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

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

Show answer

Answer: 2

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