hard Set 89 Form Exercise

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

Show answer

Answer: 7

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

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

Show answer

Answer: 62

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

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

Show answer

Answer: 12

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

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

Show answer

Answer: 18

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

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

Show answer

Answer: 1

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

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

Show answer

Answer: 4

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

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

Show answer

Answer: 148

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

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

Show answer

Answer: 308

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