hard Set 49 Form Exercise

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

Show answer

Answer: -1

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

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

Show answer

Answer: 13

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

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

Show answer

Answer: 56

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

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

Show answer

Answer: 64

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

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

Show answer

Answer: 30

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

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

Show answer

Answer: 6

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

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

Show answer

Answer: 3

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

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

Show answer

Answer: 3

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