hard Set 58 Form Exercise

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

Show answer

Answer: 276

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

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

Show answer

Answer: 60

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

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

Show answer

Answer: 20

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

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

Show answer

Answer: 13

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

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

Show answer

Answer: 3

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

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

Show answer

Answer: 47

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

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

Show answer

Answer: 55

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

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

Show answer

Answer: 2

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