medium Set 31 Form Exercise

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

Show answer

Answer: 65

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

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

Show answer

Answer: 54

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

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

Show answer

Answer: 22

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

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

Show answer

Answer: 48

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

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

Show answer

Answer: 1

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

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

Show answer

Answer: 188

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

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

Show answer

Answer: -1

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

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

Show answer

Answer: 276

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