hard Set 78 Form Exercise

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

Show answer

Answer: 336

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

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

Show answer

Answer: 5

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

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

Show answer

Answer: 48

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

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

Show answer

Answer: 19

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

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

Show answer

Answer: 24

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

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

Show answer

Answer: 11

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

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

Show answer

Answer: 27

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

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

Show answer

Answer: 21

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