medium Set 40 Form Exercise

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

Show answer

Answer: 8

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

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

Show answer

Answer: 10

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

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

Show answer

Answer: 1

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

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

Show answer

Answer: 24

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

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

Show answer

Answer: 36

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

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

Show answer

Answer: 19

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

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

Show answer

Answer: 23

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

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

Show answer

Answer: 24

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