medium Set 69 Form Exercise

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

Show answer

Answer: 36

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

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

Show answer

Answer: 60

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

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

Show answer

Answer: -2

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":1,"result":-2}
FinalValue
-2
PathDescription
Step 1: -1 = 0; Step 2: ×4 = 0; Step 3: -1 = -1; Step 4: -1 = -2

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

Show answer

Answer: 32

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

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

Show answer

Answer: 520

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

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

Show answer

Answer: 5

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

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

Show answer

Answer: 4

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

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

Show answer

Answer: 114

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