hard Set 47 Form Exercise

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

Show answer

Answer: 101

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

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

Show answer

Answer: 15

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

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

Show answer

Answer: 56

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

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

Show answer

Answer: 10

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

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

Show answer

Answer: 34

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

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

Show answer

Answer: 36

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

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

Show answer

Answer: 7

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

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

Show answer

Answer: -1

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