hard Set 29 Form Exercise

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

Show answer

Answer: 36

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

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

Show answer

Answer: 6

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

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

Show answer

Answer: 6

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

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

Show answer

Answer: 67

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

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

Show answer

Answer: 33

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

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

Show answer

Answer: 1

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

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

Show answer

Answer: -5

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

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

Show answer

Answer: 12

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