hard Set 44 Form Exercise

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

Show answer

Answer: 35

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

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

Show answer

Answer: 3

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

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

Show answer

Answer: 5

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

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

Show answer

Answer: 368

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

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

Show answer

Answer: 48

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

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

Show answer

Answer: 116

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

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

Show answer

Answer: 36

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

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

Show answer

Answer: 94

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