hard Set 100 Form Exercise

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

Show answer

Answer: 88

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

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

Show answer

Answer: 153

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

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

Show answer

Answer: 3

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

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

Show answer

Answer: 90

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

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

Show answer

Answer: 12

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

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

Show answer

Answer: 16

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

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

Show answer

Answer: 7

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

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

Show answer

Answer: 9

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