medium Set 22 Form Exercise

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

Show answer

Answer: 48

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

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

Show answer

Answer: 5

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

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

Show answer

Answer: 32

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

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

Show answer

Answer: 60

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

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

Show answer

Answer: 34

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

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

Show answer

Answer: 12

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

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

Show answer

Answer: 1

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

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

Show answer

Answer: 1

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