hard Set 33 Form Exercise

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

Show answer

Answer: 320

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

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

Show answer

Answer: 672

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

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

Show answer

Answer: 347

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

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

Show answer

Answer: 14

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

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

Show answer

Answer: 162

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

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

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

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

Show answer

Answer: 12

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

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

Show answer

Answer: 17

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