hard Set 92 Form Exercise

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

Show answer

Answer: 167

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

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

Show answer

Answer: 27

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

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

Show answer

Answer: 54

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

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

Show answer

Answer: 52

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

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

Show answer

Answer: 1

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

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

Show answer

Answer: 50

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

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

Show answer

Answer: 21

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

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

Show answer

Answer: 44

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