hard Set 69 Form Exercise

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

Show answer

Answer: -1

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

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

Show answer

Answer: 196

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

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

Show answer

Answer: 18

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

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

Show answer

Answer: 18

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

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

Show answer

Answer: 7

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

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

Show answer

Answer: 3

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

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

Show answer

Answer: 146

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

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

Show answer

Answer: 50

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