hard Set 11 Form Exercise

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

Show answer

Answer: 28

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

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

Show answer

Answer: 784

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

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

Show answer

Answer: 14

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

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

Show answer

Answer: 20

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

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

Show answer

Answer: 8

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

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

Show answer

Answer: 864

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

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

Show answer

Answer: 48

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

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

Show answer

Answer: 68

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