hard Set 43 Form Exercise

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

Show answer

Answer: 8

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

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

Show answer

Answer: 25

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

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

Show answer

Answer: 92

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

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

Show answer

Answer: 56

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

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

Show answer

Answer: 7

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

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

Show answer

Answer: 84

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

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

Show answer

Answer: 12

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

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

Show answer

Answer: 63

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