hard Set 100 Form Exercise

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

Show answer

Answer: 2688

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

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

Show answer

Answer: 9

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

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

Show answer

Answer: 14

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

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

Show answer

Answer: 330

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

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

Show answer

Answer: 27

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

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

Show answer

Answer: 656

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

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

Show answer

Answer: 12

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

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

Show answer

Answer: 35

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