hard Set 86 Form Exercise

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

Show answer

Answer: 18

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

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

Show answer

Answer: 3

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

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

Show answer

Answer: 9

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

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

Show answer

Answer: 5

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

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

Show answer

Answer: 1

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

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

Show answer

Answer: 5

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

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

Show answer

Answer: 41

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

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

Show answer

Answer: 6

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