hard Set 63 Form Exercise

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

Show answer

Answer: 1

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

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

Show answer

Answer: 7

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

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

Show answer

Answer: 65

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

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

Show answer

Answer: 12

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

Math Maze: Start at 10. Follow the path: ×4 → +8 → +2 → ×4 → +10. 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":8,"result":48}
  • {"op":"+","operand":2,"result":50}
  • {"op":"\u00d7","operand":4,"result":200}
  • {"op":"+","operand":10,"result":210}
FinalValue
210
PathDescription
Step 1: ×4 = 40; Step 2: +8 = 48; Step 3: +2 = 50; Step 4: ×4 = 200; Step 5: +10 = 210

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

Show answer

Answer: 7

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

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

Show answer

Answer: 15

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

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

Show answer

Answer: 20

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