medium Set 35 Form Exercise

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

Show answer

Answer: 384

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

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

Show answer

Answer: 18

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

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

Show answer

Answer: 48

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

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

Show answer

Answer: 1

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

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

Show answer

Answer: 96

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

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

Show answer

Answer: 18

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

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

Show answer

Answer: 20

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

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

Show answer

Answer: 59

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