hard Set 49 Form Exercise

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

Show answer

Answer: 11

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

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

Show answer

Answer: 1

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

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

Show answer

Answer: 32

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

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

Show answer

Answer: 19

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

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

Show answer

Answer: 100

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

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

Show answer

Answer: 66

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

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

Show answer

Answer: 37

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

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

Show answer

Answer: 16

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