medium Set 92 Form Exercise

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

Show answer

Answer: 8

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

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

Show answer

Answer: 6

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

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

Show answer

Answer: 15

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

Math Maze: Start at 10. Follow the path: -6 → +5 → -8 → -1. What is the final value?

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

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

Show answer

Answer: 544

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

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

Show answer

Answer: 5

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

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

Show answer

Answer: 6

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

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

Show answer

Answer: 1

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