medium Set 50 Form Exercise

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

Show answer

Answer: 48

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

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

Show answer

Answer: 1

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

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

Show answer

Answer: 27

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

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

Show answer

Answer: 32

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

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

Show answer

Answer: 9

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

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

Show answer

Answer: 10

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

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

Show answer

Answer: 4

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

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

Show answer

Answer: 6

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