hard Set 100 Form Exercise

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

Show answer

Answer: 15

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

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

Show answer

Answer: 27

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

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

Show answer

Answer: 7

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

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

Show answer

Answer: 53

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

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

Show answer

Answer: 15

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

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

Show answer

Answer: 21

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

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

Show answer

Answer: 43

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

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

Show answer

Answer: 107

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