hard Set 70 Form Exercise

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

Show answer

Answer: 42

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

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

Show answer

Answer: 88

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

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

Show answer

Answer: 32

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

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

Show answer

Answer: 15

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

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

Show answer

Answer: 15

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

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

Show answer

Answer: 62

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

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

Show answer

Answer: 1

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

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

Show answer

Answer: 156

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