medium Set 56 Form Exercise

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

Show answer

Answer: 30

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

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

Show answer

Answer: 6

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

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

Show answer

Answer: 16

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

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

Show answer

Answer: 3

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

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

Show answer

Answer: 57

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

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

Show answer

Answer: 3

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

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

Show answer

Answer: 576

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

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

Show answer

Answer: 42

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