medium Set 44 Form Exercise

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

Show answer

Answer: 88

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

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

Show answer

Answer: 3

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

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

Show answer

Answer: 16

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

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

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

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

Show answer

Answer: 8

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

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

Show answer

Answer: 3

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

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

Show answer

Answer: 2

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

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

Show answer

Answer: 8

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