hard Set 62 Form Exercise

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

Show answer

Answer: 1

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

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

Show answer

Answer: 52

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

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

Show answer

Answer: 24

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

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

Show answer

Answer: 168

SubType
math-maze
Difficulty
hard
StartValue
8
Steps
  • {"op":"+","operand":5,"result":13}
  • {"op":"\u00d7","operand":4,"result":52}
  • {"op":"\u00d7","operand":3,"result":156}
  • {"op":"+","operand":3,"result":159}
  • {"op":"+","operand":9,"result":168}
FinalValue
168
PathDescription
Step 1: +5 = 13; Step 2: ×4 = 52; Step 3: ×3 = 156; Step 4: +3 = 159; Step 5: +9 = 168

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

Show answer

Answer: 74

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

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

Show answer

Answer: 10

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

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

Show answer

Answer: 22

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

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

Show answer

Answer: 66

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