medium Set 92 Form Exercise

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

Show answer

Answer: 131

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

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

Show answer

Answer: 5

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

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

Show answer

Answer: 40

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

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

Show answer

Answer: 12

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

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

Show answer

Answer: 6

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

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

Show answer

Answer: 162

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

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

Show answer

Answer: 10

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

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

Show answer

Answer: 64

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