hard Set 57 Form Exercise

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

Show answer

Answer: 24

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

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

Show answer

Answer: 256

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

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

Show answer

Answer: 144

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

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

Show answer

Answer: 47

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

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

Show answer

Answer: 30

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

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

Show answer

Answer: 32

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

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

Show answer

Answer: 4

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

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

Show answer

Answer: 21

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