hard Set 41 Form Exercise

Math Maze: Start at 6. Follow the path: +6 → ×4 → -24 → +4 → -22. What is the final value?

Show answer

Answer: 6

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

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

Show answer

Answer: 11

SubType
math-maze
Difficulty
hard
StartValue
8
Steps
  • {"op":"\u00d7","operand":2,"result":16}
  • {"op":"+","operand":7,"result":23}
  • {"op":"-","operand":13,"result":10}
  • {"op":"+","operand":2,"result":12}
  • {"op":"-","operand":1,"result":11}
FinalValue
11
PathDescription
Step 1: ×2 = 16; Step 2: +7 = 23; Step 3: -13 = 10; Step 4: +2 = 12; Step 5: -1 = 11

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

Show answer

Answer: 6

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

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

Show answer

Answer: 236

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

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

Show answer

Answer: 2

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

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

Show answer

Answer: 19

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

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

Show answer

Answer: 65

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

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

Show answer

Answer: 84

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