hard Set 53 Form Exercise

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

Show answer

Answer: 11

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

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

Show answer

Answer: 101

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

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

Show answer

Answer: 16

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

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

Show answer

Answer: 2

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

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

Show answer

Answer: 5

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

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

Show answer

Answer: 1

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

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

Show answer

Answer: 1

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

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

Show answer

Answer: -1

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