medium Set 11 Form Exercise

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

Show answer

Answer: 63

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

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

Show answer

Answer: 4

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

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

Show answer

Answer: 7

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

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

Show answer

Answer: 40

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

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

Show answer

Answer: 1

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

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

Show answer

Answer: 2

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

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

Show answer

Answer: 18

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

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

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