hard Set 35 Form Exercise

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

Show answer

Answer: 1

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

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

Show answer

Answer: 654

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

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

Show answer

Answer: 28

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

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

Show answer

Answer: 32

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

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

Show answer

Answer: 504

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

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

Show answer

Answer: 18

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

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

Show answer

Answer: 128

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

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

Show answer

Answer: 5

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