hard Set 71 Form Exercise

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

Show answer

Answer: 9

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

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

Show answer

Answer: 210

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

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

Show answer

Answer: 3

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

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

Show answer

Answer: 75

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

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

Show answer

Answer: 32

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

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

Show answer

Answer: 25

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

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

Show answer

Answer: 33

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

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

Show answer

Answer: 7

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