hard Set 73 Form Exercise

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

Show answer

Answer: 28

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

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

Show answer

Answer: 1

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

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

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

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

Show answer

Answer: 10

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

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

Show answer

Answer: 12

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

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

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

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

Show answer

Answer: 7

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

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

Show answer

Answer: 8

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