medium Set 50 Form Exercise

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

Show answer

Answer: 56

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

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

Show answer

Answer: 2

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

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

Show answer

Answer: 10

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

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

Show answer

Answer: 15

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

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

Show answer

Answer: 22

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

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

Show answer

Answer: 88

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

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

Show answer

Answer: 2

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

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

Show answer

Answer: 145

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