hard Set 86 Form Exercise

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

Show answer

Answer: 123

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

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

Show answer

Answer: 552

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

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

Show answer

Answer: 30

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

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

Show answer

Answer: -2

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

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

Show answer

Answer: 63

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

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

Show answer

Answer: 268

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

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

Show answer

Answer: 22

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

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

Show answer

Answer: 12

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