hard Set 29 Form Exercise

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

Show answer

Answer: 24

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

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

Show answer

Answer: 864

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

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

Show answer

Answer: 244

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

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

Show answer

Answer: 1016

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

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

Show answer

Answer: 5

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

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

Show answer

Answer: 4

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

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

Show answer

Answer: 20

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

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

Show answer

Answer: 24

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