hard Set 80 Form Exercise

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

Show answer

Answer: 116

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

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

Show answer

Answer: 59

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

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

Show answer

Answer: 7

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

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

Show answer

Answer: -3

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

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

Show answer

Answer: 50

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

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

Show answer

Answer: 682

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

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

Show answer

Answer: 288

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

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

Show answer

Answer: 1

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