hard Set 35 Form Exercise

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

Show answer

Answer: 72

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

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

Show answer

Answer: 5

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

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

Show answer

Answer: 12

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

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

Show answer

Answer: 142

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

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

Show answer

Answer: 12

SubType
math-maze
Difficulty
hard
StartValue
5
Steps
  • {"op":"\u00d7","operand":4,"result":20}
  • {"op":"-","operand":13,"result":7}
  • {"op":"\u00d7","operand":3,"result":21}
  • {"op":"\u00d7","operand":2,"result":42}
  • {"op":"-","operand":30,"result":12}
FinalValue
12
PathDescription
Step 1: ×4 = 20; Step 2: -13 = 7; Step 3: ×3 = 21; Step 4: ×2 = 42; Step 5: -30 = 12

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

Show answer

Answer: 236

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

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

Show answer

Answer: 46

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

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

Show answer

Answer: 25

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