hard Set 46 Form Exercise

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

Show answer

Answer: 216

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

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

Show answer

Answer: 168

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

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

Show answer

Answer: 156

SubType
math-maze
Difficulty
hard
StartValue
10
Steps
  • {"op":"\u00d7","operand":4,"result":40}
  • {"op":"-","operand":7,"result":33}
  • {"op":"-","operand":7,"result":26}
  • {"op":"\u00d7","operand":3,"result":78}
  • {"op":"\u00d7","operand":2,"result":156}
FinalValue
156
PathDescription
Step 1: ×4 = 40; Step 2: -7 = 33; Step 3: -7 = 26; Step 4: ×3 = 78; Step 5: ×2 = 156

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

Show answer

Answer: 3

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

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

Show answer

Answer: 7

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

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

Show answer

Answer: 2

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

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

Show answer

Answer: 1

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

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

Show answer

Answer: 230

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