hard Set 83 Form Exercise

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

Show answer

Answer: 352

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

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

Show answer

Answer: 37

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

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

Show answer

Answer: 23

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

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

Show answer

Answer: 39

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

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

Show answer

Answer: 14

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

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

Show answer

Answer: -4

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

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

Show answer

Answer: 5

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

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

Show answer

Answer: 8

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