hard Set 66 Form Exercise

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

Show answer

Answer: 28

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

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

Show answer

Answer: -1

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

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

Show answer

Answer: 22

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

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

Show answer

Answer: 33

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

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

Show answer

Answer: 16

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

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

Show answer

Answer: 12

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

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

Show answer

Answer: 672

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

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

Show answer

Answer: 25

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