hard Set 15 Form Exercise

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

Show answer

Answer: 62

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

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

Show answer

Answer: 128

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

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

Show answer

Answer: 25

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

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

Show answer

Answer: 1

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

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

Show answer

Answer: 45

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

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

Show answer

Answer: 1

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

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

Show answer

Answer: 33

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

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

Show answer

Answer: 5

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