hard Set 34 Form Exercise

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

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

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

Show answer

Answer: 48

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

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

Show answer

Answer: 69

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

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

Show answer

Answer: 24

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

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

Show answer

Answer: 18

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

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

Show answer

Answer: 10

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

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

Show answer

Answer: 98

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

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

Show answer

Answer: 105

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