hard Set 44 Form Exercise

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

Show answer

Answer: 9

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

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

Show answer

Answer: 148

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

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

Show answer

Answer: 11

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

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

Show answer

Answer: 10

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

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

Show answer

Answer: 28

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

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

Show answer

Answer: 56

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

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

Show answer

Answer: 16

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

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

Show answer

Answer: 21

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