hard Set 31 Form Exercise

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

Show answer

Answer: 15

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

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

Show answer

Answer: 3

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

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

Show answer

Answer: 168

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

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

Show answer

Answer: 33

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

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

Show answer

Answer: 21

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

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

Show answer

Answer: 6

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

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

Show answer

Answer: 59

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

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

Show answer

Answer: 3

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