medium Set 83 Form Exercise

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

Show answer

Answer: 36

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

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

Show answer

Answer: 4

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

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

Show answer

Answer: 34

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

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

Show answer

Answer: 18

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

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

Show answer

Answer: 9

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

Math Maze: Start at 9. Follow the path: +1 → +9 → +9 → +10. What is the final value?

Show answer

Answer: 38

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

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

Show answer

Answer: 30

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

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

Show answer

Answer: 1

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