medium Set 73 Form Exercise

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

Show answer

Answer: 8

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

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

Show answer

Answer: 3

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

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

Show answer

Answer: 67

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

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

Show answer

Answer: -1

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

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

Show answer

Answer: 1

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

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

Show answer

Answer: 22

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

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

Show answer

Answer: 1536

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":"\u00d7","operand":4,"result":1536}
FinalValue
1536
PathDescription
Step 1: ×4 = 32; Step 2: ×3 = 96; Step 3: ×4 = 384; Step 4: ×4 = 1536

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

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