hard Set 76 Form Exercise

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

Show answer

Answer: 56

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

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

Show answer

Answer: 108

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

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

Show answer

Answer: 5

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

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

Show answer

Answer: 31

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

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

Show answer

Answer: 57

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

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

Show answer

Answer: -1

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

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

Show answer

Answer: 180

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

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

Show answer

Answer: 12

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