hard Set 83 Form Exercise

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

Show answer

Answer: 14

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

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

Show answer

Answer: 1

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

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

Show answer

Answer: 185

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

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

Show answer

Answer: 46

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

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

Show answer

Answer: 7

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

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

Show answer

Answer: -5

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

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

Show answer

Answer: 3

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

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

Show answer

Answer: 4

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