hard Set 20 Form Exercise

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

Show answer

Answer: 11

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

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

Show answer

Answer: 150

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

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

Show answer

Answer: 14

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

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

Show answer

Answer: 49

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

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

Show answer

Answer: 6

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

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

Show answer

Answer: 16

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

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

Show answer

Answer: 6

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

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

Show answer

Answer: 36

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