hard Set 93 Form Exercise

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

Show answer

Answer: 30

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

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

Show answer

Answer: 128

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

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

Show answer

Answer: 20

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

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

Show answer

Answer: 81

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

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

Show answer

Answer: 24

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

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

Show answer

Answer: 378

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

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

Show answer

Answer: -6

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

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

Show answer

Answer: 96

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