medium Set 70 Form Exercise

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

Show answer

Answer: 55

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

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

Show answer

Answer: 2

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

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

Show answer

Answer: 34

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

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

Show answer

Answer: 4

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

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

Show answer

Answer: 30

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

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

Show answer

Answer: 10

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

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

Show answer

Answer: 43

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

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

Show answer

Answer: 19

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