medium Set 93 Form Exercise

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

Show answer

Answer: 289

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

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

Show answer

Answer: 112

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

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

Show answer

Answer: 216

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

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

Show answer

Answer: 7

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

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

Show answer

Answer: 9

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

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

Show answer

Answer: 12

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

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

Show answer

Answer: 39

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

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

Show answer

Answer: 4

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