hard Set 39 Form Exercise

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

Show answer

Answer: 3

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

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

Show answer

Answer: 24

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

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

Show answer

Answer: 39

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

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

Show answer

Answer: 21

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

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

Show answer

Answer: 580

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

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

Show answer

Answer: 792

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

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

Show answer

Answer: 3

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

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

Show answer

Answer: 158

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