hard Set 18 Form Exercise

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

Show answer

Answer: 24

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

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

Show answer

Answer: 42

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

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

Show answer

Answer: 1

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

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

Show answer

Answer: 24

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

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

Show answer

Answer: 24

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

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

Show answer

Answer: 9

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

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

Show answer

Answer: 50

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

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

Show answer

Answer: 10

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