hard Set 58 Form Exercise

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

Show answer

Answer: 17

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

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

Show answer

Answer: 99

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

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

Show answer

Answer: 4

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

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

Show answer

Answer: 26

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

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

Show answer

Answer: 18

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

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

Show answer

Answer: 50

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

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

Show answer

Answer: 57

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":10,"result":53}
  • {"op":"+","operand":4,"result":57}
FinalValue
57
PathDescription
Step 1: ×3 = 18; Step 2: ×3 = 54; Step 3: -11 = 43; Step 4: +10 = 53; Step 5: +4 = 57

Math Maze: Start at 8. Follow the path: +1 → +7 → +1 → -4 → +3. 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":16}
  • {"op":"+","operand":1,"result":17}
  • {"op":"-","operand":4,"result":13}
  • {"op":"+","operand":3,"result":16}
FinalValue
16
PathDescription
Step 1: +1 = 9; Step 2: +7 = 16; Step 3: +1 = 17; Step 4: -4 = 13; Step 5: +3 = 16