hard Set 66 Form Exercise

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

Show answer

Answer: 56

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

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

Show answer

Answer: 53

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

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

Show answer

Answer: 53

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

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

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

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

Show answer

Answer: 34

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

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

Show answer

Answer: 12

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

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

Show answer

Answer: 48

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

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

Show answer

Answer: 134

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