hard Set 86 Form Exercise

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

Show answer

Answer: 10

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

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

Show answer

Answer: 48

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

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

Show answer

Answer: 372

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

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

Show answer

Answer: 32

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

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

Show answer

Answer: 35

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

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

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

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

Show answer

Answer: 16

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

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

Show answer

Answer: 1

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