hard Set 88 Form Exercise

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

Show answer

Answer: 768

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

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

Show answer

Answer: 42

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

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

Show answer

Answer: 21

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

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

Show answer

Answer: 1

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

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

Show answer

Answer: 16

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

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

Show answer

Answer: 1

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

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

Show answer

Answer: 376

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

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

Show answer

Answer: 36

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