hard Set 57 Form Exercise

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

Show answer

Answer: 18

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

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

Show answer

Answer: 33

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

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

Show answer

Answer: 30

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

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

Show answer

Answer: 65

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

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

Show answer

Answer: 50

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

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

Show answer

Answer: 15

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

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

Show answer

Answer: 4

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

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

Show answer

Answer: 8

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