hard Set 83 Form Exercise

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

Show answer

Answer: -4

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

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

Show answer

Answer: 1

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

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

Show answer

Answer: 208

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

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

Show answer

Answer: 45

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

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

Show answer

Answer: 28

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

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

Show answer

Answer: 21

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

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

Show answer

Answer: 4

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

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

Show answer

Answer: 12

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