hard Set 83 Form Exercise

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

Show answer

Answer: 20

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

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

Show answer

Answer: 4

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

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

Show answer

Answer: 4

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

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

Show answer

Answer: 10

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

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

Show answer

Answer: 27

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

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

Show answer

Answer: 1

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

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

Show answer

Answer: 24

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

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

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