medium Set 41 Form Exercise

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

Show answer

Answer: 1152

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

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

Show answer

Answer: 21

SubType
math-maze
Difficulty
medium
StartValue
7
Steps
  • {"op":"+","operand":10,"result":17}
  • {"op":"+","operand":8,"result":25}
  • {"op":"+","operand":2,"result":27}
  • {"op":"-","operand":6,"result":21}
FinalValue
21
PathDescription
Step 1: +10 = 17; Step 2: +8 = 25; Step 3: +2 = 27; Step 4: -6 = 21

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

Show answer

Answer: 336

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

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

Show answer

Answer: -1

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

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

Show answer

Answer: 4

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

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

Show answer

Answer: 4

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

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

Show answer

Answer: 4

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

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

Show answer

Answer: 12

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