hard Set 31 Form Exercise

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

Show answer

Answer: 58

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

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

Show answer

Answer: 432

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

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

Show answer

Answer: 26

SubType
math-maze
Difficulty
hard
StartValue
9
Steps
  • {"op":"\u00d7","operand":4,"result":36}
  • {"op":"+","operand":7,"result":43}
  • {"op":"+","operand":1,"result":44}
  • {"op":"-","operand":10,"result":34}
  • {"op":"-","operand":8,"result":26}
FinalValue
26
PathDescription
Step 1: ×4 = 36; Step 2: +7 = 43; Step 3: +1 = 44; Step 4: -10 = 34; Step 5: -8 = 26

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

Show answer

Answer: 61

SubType
math-maze
Difficulty
hard
StartValue
9
Steps
  • {"op":"\u00d7","operand":3,"result":27}
  • {"op":"+","operand":10,"result":37}
  • {"op":"\u00d7","operand":4,"result":148}
  • {"op":"-","operand":91,"result":57}
  • {"op":"+","operand":4,"result":61}
FinalValue
61
PathDescription
Step 1: ×3 = 27; Step 2: +10 = 37; Step 3: ×4 = 148; Step 4: -91 = 57; Step 5: +4 = 61

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

Show answer

Answer: 36

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

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

Show answer

Answer: 144

SubType
math-maze
Difficulty
hard
StartValue
7
Steps
  • {"op":"\u00d7","operand":2,"result":14}
  • {"op":"+","operand":10,"result":24}
  • {"op":"\u00d7","operand":2,"result":48}
  • {"op":"-","operand":12,"result":36}
  • {"op":"\u00d7","operand":4,"result":144}
FinalValue
144
PathDescription
Step 1: ×2 = 14; Step 2: +10 = 24; Step 3: ×2 = 48; Step 4: -12 = 36; Step 5: ×4 = 144

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

Show answer

Answer: 62

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

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

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