hard Set 60 Form Exercise

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

Show answer

Answer: 24

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

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

Show answer

Answer: 19

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

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

Show answer

Answer: 2

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

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

Show answer

Answer: 138

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

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

Show answer

Answer: 143

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

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

Show answer

Answer: 56

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

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

Show answer

Answer: 44

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

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

Show answer

Answer: 155

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