hard Set 76 Form Exercise

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

Show answer

Answer: 294

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

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

Show answer

Answer: 1

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

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

Show answer

Answer: 18

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

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

Show answer

Answer: 8

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

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

Show answer

Answer: 18

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

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

Show answer

Answer: 62

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

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

Show answer

Answer: -1

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

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

Show answer

Answer: 33

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