hard Set 19 Form Exercise

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

Show answer

Answer: 56

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

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

Show answer

Answer: 13

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

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

Show answer

Answer: 12

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

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

Show answer

Answer: 8

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

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

Show answer

Answer: 2

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

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

Show answer

Answer: 2

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

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

Show answer

Answer: 166

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

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

Show answer

Answer: 66

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