medium Set 31 Form Exercise

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

Show answer

Answer: 9

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

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

Show answer

Answer: 5

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

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

Show answer

Answer: 10

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

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

Show answer

Answer: 3

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

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

Show answer

Answer: 30

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

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

Show answer

Answer: 8

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

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

Show answer

Answer: 6

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

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

Show answer

Answer: 29

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