hard Set 82 Form Exercise

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

Show answer

Answer: 41

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

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

Show answer

Answer: 1

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

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

Show answer

Answer: 10

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

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

Show answer

Answer: 16

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

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

Show answer

Answer: 46

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

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

Show answer

Answer: 464

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

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

Show answer

Answer: 50

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

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

Show answer

Answer: 7

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