hard Set 17 Form Exercise

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

Show answer

Answer: 16

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

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

Show answer

Answer: 74

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

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

Show answer

Answer: 17

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

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

Show answer

Answer: 63

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

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

Show answer

Answer: 7

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

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

Show answer

Answer: 40

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

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

Show answer

Answer: 38

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

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

Show answer

Answer: 37

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