hard Set 44 Form Exercise

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

Show answer

Answer: 12

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

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

Show answer

Answer: 147

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

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

Show answer

Answer: 61

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

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

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

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

Show answer

Answer: 256

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

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

Show answer

Answer: 240

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

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

Show answer

Answer: 31

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

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

Show answer

Answer: 459

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