hard Set 78 Form Exercise

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

Show answer

Answer: 7

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

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

Show answer

Answer: 15

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

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

Show answer

Answer: 10

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

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

Show answer

Answer: 1

SubType
math-maze
Difficulty
hard
StartValue
7
Steps
  • {"op":"\u00d7","operand":2,"result":14}
  • {"op":"+","operand":9,"result":23}
  • {"op":"-","operand":13,"result":10}
  • {"op":"+","operand":6,"result":16}
  • {"op":"-","operand":15,"result":1}
FinalValue
1
PathDescription
Step 1: ×2 = 14; Step 2: +9 = 23; Step 3: -13 = 10; Step 4: +6 = 16; Step 5: -15 = 1

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

Show answer

Answer: 1

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

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

Show answer

Answer: 230

SubType
math-maze
Difficulty
hard
StartValue
4
Steps
  • {"op":"+","operand":10,"result":14}
  • {"op":"\u00d7","operand":4,"result":56}
  • {"op":"-","operand":1,"result":55}
  • {"op":"\u00d7","operand":4,"result":220}
  • {"op":"+","operand":10,"result":230}
FinalValue
230
PathDescription
Step 1: +10 = 14; Step 2: ×4 = 56; Step 3: -1 = 55; Step 4: ×4 = 220; Step 5: +10 = 230

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

Show answer

Answer: 10

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

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

Show answer

Answer: 6

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