medium Set 38 Form Exercise

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

Show answer

Answer: 10

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

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

Show answer

Answer: 24

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

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

Show answer

Answer: 28

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

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

Show answer

Answer: 2

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

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

Show answer

Answer: 8

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

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

Show answer

Answer: 48

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

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

Show answer

Answer: 3

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

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

Show answer

Answer: 13

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