hard Set 28 Form Exercise

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

Show answer

Answer: 27

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

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

Show answer

Answer: 9

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

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

Show answer

Answer: 2

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

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

Show answer

Answer: 100

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

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

Show answer

Answer: 51

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

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

Show answer

Answer: 41

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

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

Show answer

Answer: 16

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

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

Show answer

Answer: 1

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