hard Set 85 Form Exercise

Math Maze: Start at 1. Follow the path: -1 → -1 → ×3 → -1 → -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":"\u00d7","operand":3,"result":-3}
  • {"op":"-","operand":1,"result":-4}
  • {"op":"-","operand":1,"result":-5}
FinalValue
-5
PathDescription
Step 1: -1 = 0; Step 2: -1 = -1; Step 3: ×3 = -3; Step 4: -1 = -4; Step 5: -1 = -5

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

Show answer

Answer: 10

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

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

Show answer

Answer: 30

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

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

Show answer

Answer: 40

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

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

Show answer

Answer: 44

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

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

Show answer

Answer: 20

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

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

Show answer

Answer: 52

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

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

Show answer

Answer: 1

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