hard Set 32 Form Exercise

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

Show answer

Answer: 29

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

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

Show answer

Answer: 42

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

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

Show answer

Answer: 20

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

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

Show answer

Answer: 8

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

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

Show answer

Answer: 27

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

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

Show answer

Answer: 54

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

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

Show answer

Answer: 55

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

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

Show answer

Answer: 45

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