hard Set 34 Form Exercise

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

Show answer

Answer: 52

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

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

Show answer

Answer: 26

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

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

Show answer

Answer: 25

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

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

Show answer

Answer: 48

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

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

Show answer

Answer: 274

SubType
math-maze
Difficulty
hard
StartValue
9
Steps
  • {"op":"\u00d7","operand":4,"result":36}
  • {"op":"\u00d7","operand":3,"result":108}
  • {"op":"-","operand":15,"result":93}
  • {"op":"\u00d7","operand":4,"result":372}
  • {"op":"-","operand":98,"result":274}
FinalValue
274
PathDescription
Step 1: ×4 = 36; Step 2: ×3 = 108; Step 3: -15 = 93; Step 4: ×4 = 372; Step 5: -98 = 274

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

Show answer

Answer: -3

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

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

Show answer

Answer: 15

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

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

Show answer

Answer: 3

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