medium Set 63 Form Exercise

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

Show answer

Answer: 7

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

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

Show answer

Answer: 42

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

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

Show answer

Answer: 66

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

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

Show answer

Answer: 75

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

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

Show answer

Answer: 45

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

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

Show answer

Answer: 6

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

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

Show answer

Answer: 15

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

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

Show answer

Answer: 4

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