hard Set 90 Form Exercise

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

Show answer

Answer: 29

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

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

Show answer

Answer: 260

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

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

Show answer

Answer: 93

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

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

Show answer

Answer: 3

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

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

Show answer

Answer: 180

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

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

Show answer

Answer: 4

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

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

Show answer

Answer: 216

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

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

Show answer

Answer: 17

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