hard Set 46 Form Exercise

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

Show answer

Answer: 51

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

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

Show answer

Answer: 2

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

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

Show answer

Answer: 2

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

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

Show answer

Answer: 23

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

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

Show answer

Answer: 16

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

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

Show answer

Answer: 26

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

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

Show answer

Answer: 148

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

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

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