hard Set 49 Form Exercise

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

Show answer

Answer: 24

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

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

Show answer

Answer: 16

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

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

Show answer

Answer: 4

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

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

Show answer

Answer: 32

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

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

Show answer

Answer: 624

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

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

Show answer

Answer: 36

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

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

Show answer

Answer: 11

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

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

Show answer

Answer: 248

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