hard Set 20 Form Exercise

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

Show answer

Answer: 7

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

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

Show answer

Answer: 116

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

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

Show answer

Answer: 10

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

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

Show answer

Answer: 1

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":3,"result":2}
  • {"op":"-","operand":1,"result":1}
FinalValue
1
PathDescription
Step 1: -2 = 1; Step 2: -1 = 0; Step 3: -1 = -1; Step 4: +3 = 2; Step 5: -1 = 1

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

Show answer

Answer: 2

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

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

Show answer

Answer: 19

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

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

Show answer

Answer: 24

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

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

Show answer

Answer: 126

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