medium Set 98 Form Exercise

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

Show answer

Answer: 9

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

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

Show answer

Answer: 54

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

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

Show answer

Answer: 6

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

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

Show answer

Answer: 36

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

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

Show answer

Answer: 480

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

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

Show answer

Answer: 189

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

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

Show answer

Answer: 31

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

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

Show answer

Answer: 27

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