hard Set 82 Form Exercise

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

Show answer

Answer: 30

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

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

Show answer

Answer: 34

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

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

Show answer

Answer: 5

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

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

Show answer

Answer: 10

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

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

Show answer

Answer: 21

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

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

Show answer

Answer: 123

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

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

Show answer

Answer: 8

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

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

Show answer

Answer: 30

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