hard Set 39 Form Exercise

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

Show answer

Answer: 888

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

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

Show answer

Answer: 30

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

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

Show answer

Answer: 11

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

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

Show answer

Answer: 15

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

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

Show answer

Answer: 22

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

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

Show answer

Answer: 12

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

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

Show answer

Answer: 2

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

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

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