medium Set 77 Form Exercise

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

Show answer

Answer: 18

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

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

Show answer

Answer: 8

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

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

Show answer

Answer: 12

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

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

Show answer

Answer: 86

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

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

Show answer

Answer: 126

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

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

Show answer

Answer: 30

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

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

Show answer

Answer: 30

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

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

Show answer

Answer: 3

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