hard Set 68 Form Exercise

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

Show answer

Answer: 34

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

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

Show answer

Answer: 8

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

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

Show answer

Answer: 1

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

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

Show answer

Answer: 12

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

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

Show answer

Answer: 22

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

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

Show answer

Answer: 316

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

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

Show answer

Answer: 36

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

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

Show answer

Answer: 35

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