hard Set 83 Form Exercise

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

Show answer

Answer: 4

SubType
math-maze
Difficulty
hard
StartValue
8
Steps
  • {"op":"+","operand":1,"result":9}
  • {"op":"+","operand":9,"result":18}
  • {"op":"+","operand":1,"result":19}
  • {"op":"+","operand":2,"result":21}
  • {"op":"-","operand":17,"result":4}
FinalValue
4
PathDescription
Step 1: +1 = 9; Step 2: +9 = 18; Step 3: +1 = 19; Step 4: +2 = 21; Step 5: -17 = 4

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

Show answer

Answer: 7

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

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

Show answer

Answer: 51

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

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

Show answer

Answer: 52

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

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

Show answer

Answer: 108

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

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

Show answer

Answer: 282

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

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

Show answer

Answer: 3

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

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

Show answer

Answer: 175

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