hard Set 92 Form Exercise

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

Show answer

Answer: 42

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

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

Show answer

Answer: 4

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

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

Show answer

Answer: 28

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

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

Show answer

Answer: 177

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

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

Show answer

Answer: 17

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

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

Show answer

Answer: 12

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

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

Show answer

Answer: 31

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

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

Show answer

Answer: 21

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