hard Set 14 Form Exercise

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

Show answer

Answer: 1

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

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

Show answer

Answer: 56

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

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

Show answer

Answer: 156

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

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

Show answer

Answer: 9

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

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

Show answer

Answer: 4

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

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

Show answer

Answer: -1

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

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

Show answer

Answer: 19

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

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

Show answer

Answer: 38

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