hard Set 57 Form Exercise

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

Show answer

Answer: 6

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

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

Show answer

Answer: 424

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

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

Show answer

Answer: 84

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

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

Show answer

Answer: 261

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

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

Show answer

Answer: 8

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

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

Show answer

Answer: 9

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

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

Show answer

Answer: 324

SubType
math-maze
Difficulty
hard
StartValue
7
Steps
  • {"op":"+","operand":6,"result":13}
  • {"op":"\u00d7","operand":3,"result":39}
  • {"op":"\u00d7","operand":4,"result":156}
  • {"op":"+","operand":6,"result":162}
  • {"op":"\u00d7","operand":2,"result":324}
FinalValue
324
PathDescription
Step 1: +6 = 13; Step 2: ×3 = 39; Step 3: ×4 = 156; Step 4: +6 = 162; Step 5: ×2 = 324

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

Show answer

Answer: 6

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