hard Set 87 Form Exercise

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

Show answer

Answer: 12

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

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

Show answer

Answer: 15

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

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

Show answer

Answer: 8

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

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

Show answer

Answer: 50

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

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

Show answer

Answer: 460

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

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

Show answer

Answer: 123

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

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

Show answer

Answer: 22

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

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

Show answer

Answer: 16

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