medium Set 19 Form Exercise

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

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

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

Show answer

Answer: 1

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

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

Show answer

Answer: 171

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

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

Show answer

Answer: 41

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

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

Show answer

Answer: 1

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

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

Show answer

Answer: 79

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

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

Show answer

Answer: 3

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

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

Show answer

Answer: 56

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