hard Set 78 Form Exercise

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

Show answer

Answer: 36

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

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

Show answer

Answer: 9

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

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

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

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

Show answer

Answer: 50

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

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

Show answer

Answer: 2

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

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

Show answer

Answer: 10

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

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

Show answer

Answer: 17

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

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

Show answer

Answer: 11

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