hard Set 42 Form Exercise

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

Show answer

Answer: 17

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

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

Show answer

Answer: 51

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

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

Show answer

Answer: 14

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

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

Show answer

Answer: 272

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

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

Show answer

Answer: 25

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

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

Show answer

Answer: 6

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

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

Show answer

Answer: 3

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

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

Show answer

Answer: 11

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