hard Set 31 Form Exercise

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

Show answer

Answer: 197

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

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

Show answer

Answer: 108

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

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

Show answer

Answer: 209

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

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

Show answer

Answer: 109

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

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

Show answer

Answer: 59

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

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

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

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

Show answer

Answer: 4

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

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

Show answer

Answer: 8

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