medium Set 78 Form Exercise

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

Show answer

Answer: 168

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

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

Show answer

Answer: 102

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

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

Show answer

Answer: 90

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

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

Show answer

Answer: 67

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

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

Show answer

Answer: 3

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

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

Show answer

Answer: 80

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

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

Show answer

Answer: 2

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

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

Show answer

Answer: 2

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