hard Set 79 Form Exercise

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

Show answer

Answer: 61

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

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

Show answer

Answer: 8

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

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

Show answer

Answer: 76

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

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

Show answer

Answer: 69

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

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

Show answer

Answer: 248

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

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

Show answer

Answer: 34

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

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

Show answer

Answer: 13

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

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

Show answer

Answer: 60

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