hard Set 71 Form Exercise

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

Show answer

Answer: 1

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

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

Show answer

Answer: 14

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

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

Show answer

Answer: 9

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

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

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

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

Show answer

Answer: 18

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

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

Show answer

Answer: 5

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

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

Show answer

Answer: 256

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

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

Show answer

Answer: 448

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