hard Set 20 Form Exercise

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

Show answer

Answer: 15

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

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

Show answer

Answer: 288

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

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

Show answer

Answer: 22

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

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 8. Follow the path: +10 → +3 → +9 → ×3 → ×4. What is the final value?

Show answer

Answer: 360

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

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

Show answer

Answer: 52

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

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

Show answer

Answer: 3

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

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

Show answer

Answer: 9

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