hard Set 77 Form Exercise

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

Show answer

Answer: 57

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

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

Show answer

Answer: 6

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

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

Show answer

Answer: 30

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

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

Show answer

Answer: 83

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

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

Show answer

Answer: 224

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

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

Show answer

Answer: 439

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

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

Show answer

Answer: 162

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

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

Show answer

Answer: 7

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