medium Set 46 Form Exercise

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

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

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

Show answer

Answer: 53

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

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

Show answer

Answer: 11

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

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

Show answer

Answer: 160

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

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

Show answer

Answer: 21

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

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

Show answer

Answer: 12

SubType
math-maze
Difficulty
medium
StartValue
6
Steps
  • {"op":"+","operand":3,"result":9}
  • {"op":"+","operand":7,"result":16}
  • {"op":"+","operand":7,"result":23}
  • {"op":"-","operand":11,"result":12}
FinalValue
12
PathDescription
Step 1: +3 = 9; Step 2: +7 = 16; Step 3: +7 = 23; Step 4: -11 = 12

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

Show answer

Answer: 100

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

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

Show answer

Answer: 12

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