hard Set 41 Form Exercise

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

Show answer

Answer: 16

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

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

Show answer

Answer: 19

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

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

Show answer

Answer: 28

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

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

Show answer

Answer: 160

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

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

Show answer

Answer: 4

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

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

Show answer

Answer: 24

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

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

Show answer

Answer: 50

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

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

Show answer

Answer: 22

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