medium Set 71 Form Exercise

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

Show answer

Answer: 31

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

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

Show answer

Answer: 4

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

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

Show answer

Answer: 360

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

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

Show answer

Answer: 3

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

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

Show answer

Answer: 7

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

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

Show answer

Answer: 13

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

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

Show answer

Answer: 9

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

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

Show answer

Answer: 13

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