hard Set 46 Form Exercise

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

Show answer

Answer: 31

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

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

Show answer

Answer: 58

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

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

Show answer

Answer: 16

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

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

Show answer

Answer: 62

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

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

Show answer

Answer: 5

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

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

Show answer

Answer: 21

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

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

Show answer

Answer: 69

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

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

Show answer

Answer: 4

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