medium Set 51 Form Exercise

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

Show answer

Answer: 81

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

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

Show answer

Answer: 146

SubType
math-maze
Difficulty
medium
StartValue
10
Steps
  • {"op":"\u00d7","operand":4,"result":40}
  • {"op":"\u00d7","operand":4,"result":160}
  • {"op":"\u00d7","operand":3,"result":480}
  • {"op":"-","operand":334,"result":146}
FinalValue
146
PathDescription
Step 1: ×4 = 40; Step 2: ×4 = 160; Step 3: ×3 = 480; Step 4: -334 = 146

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

Show answer

Answer: 320

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

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

Show answer

Answer: 5

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

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

Show answer

Answer: 7

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

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

Show answer

Answer: 16

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

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

Show answer

Answer: 9

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

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

Show answer

Answer: 8

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