medium Set 83 Form Exercise

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

Show answer

Answer: 7

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

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

Show answer

Answer: 29

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

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

Show answer

Answer: 114

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

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

Show answer

Answer: -3

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

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

Show answer

Answer: 54

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

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

Show answer

Answer: 4

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

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

Show answer

Answer: 72

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

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

Show answer

Answer: -1

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