hard Set 79 Form Exercise

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

Show answer

Answer: 39

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

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

Show answer

Answer: 39

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

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

Show answer

Answer: 40

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

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

Show answer

Answer: 134

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

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

Show answer

Answer: 2

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

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

Show answer

Answer: 51

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

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

Show answer

Answer: 54

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

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

Show answer

Answer: 8

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