medium Set 71 Form Exercise

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

Show answer

Answer: 44

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

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

Show answer

Answer: 1

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

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

Show answer

Answer: 15

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

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

Show answer

Answer: 28

SubType
math-maze
Difficulty
medium
StartValue
7
Steps
  • {"op":"+","operand":4,"result":11}
  • {"op":"+","operand":7,"result":18}
  • {"op":"+","operand":8,"result":26}
  • {"op":"+","operand":2,"result":28}
FinalValue
28
PathDescription
Step 1: +4 = 11; Step 2: +7 = 18; Step 3: +8 = 26; Step 4: +2 = 28

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

Show answer

Answer: 3

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

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

Show answer

Answer: 25

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

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

Show answer

Answer: 17

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

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

Show answer

Answer: 1

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