hard Set 89 Form Exercise

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

Show answer

Answer: 96

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

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

Show answer

Answer: 18

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

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

Show answer

Answer: 40

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

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

Show answer

Answer: 20

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

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

Show answer

Answer: 1

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

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

Show answer

Answer: 8

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

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

Show answer

Answer: 12

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

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

Show answer

Answer: 140

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