medium Set 44 Form Exercise

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

Show answer

Answer: 20

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

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

Show answer

Answer: 10

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

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

Show answer

Answer: 20

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

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

Show answer

Answer: 69

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

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

Show answer

Answer: 54

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

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

Show answer

Answer: 2

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

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

Show answer

Answer: 252

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

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

Show answer

Answer: 68

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