medium Set 98 Form Exercise

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

Show answer

Answer: 38

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

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

Show answer

Answer: -1

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

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

Show answer

Answer: 48

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

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

Show answer

Answer: 24

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

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

Show answer

Answer: 68

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

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

Show answer

Answer: 82

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

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

Show answer

Answer: 11

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

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

Show answer

Answer: 54

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