hard Set 14 Form Exercise

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

Show answer

Answer: 266

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

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

Show answer

Answer: 11

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

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

Show answer

Answer: 11

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

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

Show answer

Answer: 15

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

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

Show answer

Answer: 1

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

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

Show answer

Answer: 5

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

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

Show answer

Answer: 18

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

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

Show answer

Answer: 11

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