medium Set 46 Form Exercise

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

Show answer

Answer: 22

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

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

Show answer

Answer: 240

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

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

Show answer

Answer: 2

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

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

Show answer

Answer: 7

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

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

Show answer

Answer: 9

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

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

Show answer

Answer: 32

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

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

Show answer

Answer: 10

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

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

Show answer

Answer: 8

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