hard Set 80 Form Exercise

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

Show answer

Answer: 48

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

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

Show answer

Answer: 21

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

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

Show answer

Answer: -2

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

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

Show answer

Answer: 1

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

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

Show answer

Answer: 48

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

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

Show answer

Answer: 29

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

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

Show answer

Answer: -2

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

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

Show answer

Answer: 33

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