hard Set 58 Form Exercise

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

Show answer

Answer: 48

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

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

Show answer

Answer: 32

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

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

Show answer

Answer: 18

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

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

Show answer

Answer: 9

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

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

Show answer

Answer: 5

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

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

Show answer

Answer: 48

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

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

Show answer

Answer: 21

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

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

Show answer

Answer: 6

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