medium Set 40 Form Exercise

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

Show answer

Answer: 31

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

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

Show answer

Answer: 11

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

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

Show answer

Answer: 28

SubType
math-maze
Difficulty
medium
StartValue
3
Steps
  • {"op":"+","operand":6,"result":9}
  • {"op":"+","operand":8,"result":17}
  • {"op":"\u00d7","operand":4,"result":68}
  • {"op":"-","operand":40,"result":28}
FinalValue
28
PathDescription
Step 1: +6 = 9; Step 2: +8 = 17; Step 3: ×4 = 68; Step 4: -40 = 28

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

Show answer

Answer: 20

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

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

Show answer

Answer: 22

SubType
math-maze
Difficulty
medium
StartValue
1
Steps
  • {"op":"\u00d7","operand":2,"result":2}
  • {"op":"+","operand":3,"result":5}
  • {"op":"\u00d7","operand":3,"result":15}
  • {"op":"+","operand":7,"result":22}
FinalValue
22
PathDescription
Step 1: ×2 = 2; Step 2: +3 = 5; Step 3: ×3 = 15; Step 4: +7 = 22

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

Show answer

Answer: 4

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

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

Show answer

Answer: 45

SubType
math-maze
Difficulty
medium
StartValue
7
Steps
  • {"op":"\u00d7","operand":3,"result":21}
  • {"op":"\u00d7","operand":4,"result":84}
  • {"op":"-","operand":31,"result":53}
  • {"op":"-","operand":8,"result":45}
FinalValue
45
PathDescription
Step 1: ×3 = 21; Step 2: ×4 = 84; Step 3: -31 = 53; Step 4: -8 = 45

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

Show answer

Answer: 24

SubType
math-maze
Difficulty
medium
StartValue
7
Steps
  • {"op":"\u00d7","operand":2,"result":14}
  • {"op":"+","operand":7,"result":21}
  • {"op":"\u00d7","operand":2,"result":42}
  • {"op":"-","operand":18,"result":24}
FinalValue
24
PathDescription
Step 1: ×2 = 14; Step 2: +7 = 21; Step 3: ×2 = 42; Step 4: -18 = 24