hard Set 45 Form Exercise

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

Show answer

Answer: 58

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

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

Show answer

Answer: 15

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

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

Show answer

Answer: 43

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

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

Show answer

Answer: 14

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

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

Show answer

Answer: 71

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

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

Show answer

Answer: 2

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

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

Show answer

Answer: 2

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

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

Show answer

Answer: 3

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