hard Set 86 Form Exercise

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

Show answer

Answer: 56

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

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

Show answer

Answer: 54

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

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

Show answer

Answer: 42

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

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

Show answer

Answer: 48

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

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

Show answer

Answer: 128

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

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

Show answer

Answer: 7

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

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

Show answer

Answer: 1

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

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

Show answer

Answer: 92

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