hard Set 24 Form Exercise

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

Show answer

Answer: 78

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

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

Show answer

Answer: 40

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

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

Show answer

Answer: 72

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

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

Show answer

Answer: 17

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

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

Show answer

Answer: 180

SubType
math-maze
Difficulty
hard
StartValue
10
Steps
  • {"op":"\u00d7","operand":3,"result":30}
  • {"op":"-","operand":17,"result":13}
  • {"op":"+","operand":7,"result":20}
  • {"op":"\u00d7","operand":3,"result":60}
  • {"op":"\u00d7","operand":3,"result":180}
FinalValue
180
PathDescription
Step 1: ×3 = 30; Step 2: -17 = 13; Step 3: +7 = 20; Step 4: ×3 = 60; Step 5: ×3 = 180

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

Show answer

Answer: 44

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

Math Maze: Start at 5. Follow the path: ×3 → ×3 → -24 → ×3 → -40. What is the final value?

Show answer

Answer: 23

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

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

Show answer

Answer: 23

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