hard Set 14 Form Exercise

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

Show answer

Answer: 4

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

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

Show answer

Answer: 2

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

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

Show answer

Answer: 23

SubType
math-maze
Difficulty
hard
StartValue
10
Steps
  • {"op":"\u00d7","operand":4,"result":40}
  • {"op":"\u00d7","operand":2,"result":80}
  • {"op":"+","operand":1,"result":81}
  • {"op":"-","operand":28,"result":53}
  • {"op":"-","operand":30,"result":23}
FinalValue
23
PathDescription
Step 1: ×4 = 40; Step 2: ×2 = 80; Step 3: +1 = 81; Step 4: -28 = 53; Step 5: -30 = 23

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

Show answer

Answer: 60

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

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

Show answer

Answer: 504

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

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

Show answer

Answer: 360

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

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

Show answer

Answer: 208

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

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

Show answer

Answer: -2

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