hard Set 87 Form Exercise

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

Show answer

Answer: 136

SubType
math-maze
Difficulty
hard
StartValue
7
Steps
  • {"op":"\u00d7","operand":2,"result":14}
  • {"op":"\u00d7","operand":4,"result":56}
  • {"op":"-","operand":22,"result":34}
  • {"op":"\u00d7","operand":2,"result":68}
  • {"op":"\u00d7","operand":2,"result":136}
FinalValue
136
PathDescription
Step 1: ×2 = 14; Step 2: ×4 = 56; Step 3: -22 = 34; Step 4: ×2 = 68; Step 5: ×2 = 136

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

Show answer

Answer: 5

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

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

Show answer

Answer: 4

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

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

Show answer

Answer: 51

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

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

Show answer

Answer: 1

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

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

Show answer

Answer: 360

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

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

Show answer

Answer: 27

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

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

Show answer

Answer: 2

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