hard Set 17 Form Exercise

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

Show answer

Answer: 2

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

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

Show answer

Answer: -8

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

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

Show answer

Answer: 55

SubType
math-maze
Difficulty
hard
StartValue
8
Steps
  • {"op":"+","operand":6,"result":14}
  • {"op":"\u00d7","operand":4,"result":56}
  • {"op":"+","operand":10,"result":66}
  • {"op":"-","operand":18,"result":48}
  • {"op":"+","operand":7,"result":55}
FinalValue
55
PathDescription
Step 1: +6 = 14; Step 2: ×4 = 56; Step 3: +10 = 66; Step 4: -18 = 48; Step 5: +7 = 55

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

Show answer

Answer: 1

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

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

Show answer

Answer: 48

SubType
math-maze
Difficulty
hard
StartValue
10
Steps
  • {"op":"+","operand":10,"result":20}
  • {"op":"+","operand":10,"result":30}
  • {"op":"+","operand":2,"result":32}
  • {"op":"+","operand":10,"result":42}
  • {"op":"+","operand":6,"result":48}
FinalValue
48
PathDescription
Step 1: +10 = 20; Step 2: +10 = 30; Step 3: +2 = 32; Step 4: +10 = 42; Step 5: +6 = 48

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

Show answer

Answer: 5

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

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

Show answer

Answer: 366

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

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

Show answer

Answer: 47

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