medium Set 61 Form Exercise

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

Show answer

Answer: 28

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

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

Show answer

Answer: 60

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

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

Show answer

Answer: 4

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

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

Show answer

Answer: 18

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

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

Show answer

Answer: 6

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

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

Show answer

Answer: 16

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

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

Show answer

Answer: 52

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

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

Show answer

Answer: 18

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