hard Set 34 Form Exercise

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

Show answer

Answer: 18

SubType
math-maze
Difficulty
hard
StartValue
5
Steps
  • {"op":"\u00d7","operand":3,"result":15}
  • {"op":"\u00d7","operand":2,"result":30}
  • {"op":"\u00d7","operand":3,"result":90}
  • {"op":"-","operand":38,"result":52}
  • {"op":"-","operand":34,"result":18}
FinalValue
18
PathDescription
Step 1: ×3 = 15; Step 2: ×2 = 30; Step 3: ×3 = 90; Step 4: -38 = 52; Step 5: -34 = 18

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

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

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

Show answer

Answer: 2

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

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

Show answer

Answer: 4

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

Math Maze: Start at 2. Follow the path: -1 → -1 → ×2 → -1 → ×2. 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":2,"result":0}
  • {"op":"-","operand":1,"result":-1}
  • {"op":"\u00d7","operand":2,"result":-2}
FinalValue
-2
PathDescription
Step 1: -1 = 1; Step 2: -1 = 0; Step 3: ×2 = 0; Step 4: -1 = -1; Step 5: ×2 = -2

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

Show answer

Answer: 64

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

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

Show answer

Answer: 11

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

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

Show answer

Answer: 5

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