hard Set 61 Form Exercise

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

Show answer

Answer: 23

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

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

Show answer

Answer: 3

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

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

Show answer

Answer: 28

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

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

Show answer

Answer: 1

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

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

Show answer

Answer: 23

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

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

Show answer

Answer: 111

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

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

Show answer

Answer: 173

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

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

Show answer

Answer: 8

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