hard Set 33 Form Exercise

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

Show answer

Answer: 13

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

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

Show answer

Answer: -4

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

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

Show answer

Answer: 68

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

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

Show answer

Answer: 6

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

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

Show answer

Answer: 22

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

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

Show answer

Answer: 105

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

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

Show answer

Answer: 19

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

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

Show answer

Answer: 4

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