hard Set 85 Form Exercise

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

Show answer

Answer: 68

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

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

Show answer

Answer: 71

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

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

Show answer

Answer: 96

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

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

Show answer

Answer: -1

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

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

Show answer

Answer: 12

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

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

Show answer

Answer: 144

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

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

Show answer

Answer: 331

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

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

Show answer

Answer: 120

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