medium Set 47 Form Exercise

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

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

Math Maze: Start at 10. Follow the path: ×4 → -5 → -26 → -5. What is the final value?

Show answer

Answer: 4

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

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

Show answer

Answer: 18

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

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

Show answer

Answer: 2

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

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

Show answer

Answer: 9

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

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

Show answer

Answer: 20

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

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

Show answer

Answer: 24

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

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

Show answer

Answer: 12

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