hard Set 54 Form Exercise

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

Show answer

Answer: 27

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

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

Show answer

Answer: 2

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

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

Show answer

Answer: 72

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

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

Show answer

Answer: 96

SubType
math-maze
Difficulty
hard
StartValue
9
Steps
  • {"op":"\u00d7","operand":2,"result":18}
  • {"op":"\u00d7","operand":2,"result":36}
  • {"op":"-","operand":5,"result":31}
  • {"op":"+","operand":1,"result":32}
  • {"op":"\u00d7","operand":3,"result":96}
FinalValue
96
PathDescription
Step 1: ×2 = 18; Step 2: ×2 = 36; Step 3: -5 = 31; Step 4: +1 = 32; Step 5: ×3 = 96

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

Show answer

Answer: 97

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

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

Show answer

Answer: 2

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

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

Show answer

Answer: 194

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

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

Show answer

Answer: 144

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