hard Set 69 Form Exercise

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

Show answer

Answer: 22

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

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

Show answer

Answer: 18

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

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

Show answer

Answer: 13

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

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

Show answer

Answer: 9

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

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

Show answer

Answer: 240

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

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

Show answer

Answer: 1

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

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

Show answer

Answer: 192

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

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

Show answer

Answer: 87

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