medium Set 31 Form Exercise

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

Show answer

Answer: 2

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

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

Show answer

Answer: 38

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

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

Show answer

Answer: 4

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

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

Show answer

Answer: 30

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

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

Show answer

Answer: 32

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

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

Show answer

Answer: 47

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

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

Show answer

Answer: 5

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

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

Show answer

Answer: 6

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