medium Set 49 Form Exercise

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

Show answer

Answer: 4

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

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

Show answer

Answer: 19

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

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

Show answer

Answer: 14

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

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

Show answer

Answer: 50

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

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

Show answer

Answer: 8

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

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

Show answer

Answer: 18

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

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

Show answer

Answer: 6

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

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

Show answer

Answer: 20

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