hard Set 14 Form Exercise

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

Show answer

Answer: 23

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

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

Show answer

Answer: 56

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

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

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

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

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

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

Show answer

Answer: 224

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

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

Show answer

Answer: 2

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

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

Show answer

Answer: -1

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

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

Show answer

Answer: 4

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