medium Set 39 Form Exercise

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

Show answer

Answer: 4

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

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

Show answer

Answer: 33

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

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

Show answer

Answer: 15

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

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

Show answer

Answer: 25

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

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

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

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

Show answer

Answer: 385

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

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

Show answer

Answer: 6

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

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

Show answer

Answer: 4

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