hard Set 17 Form Exercise

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

Show answer

Answer: 97

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

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

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

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

Show answer

Answer: 4

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

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

Show answer

Answer: 172

SubType
math-maze
Difficulty
hard
StartValue
5
Steps
  • {"op":"\u00d7","operand":4,"result":20}
  • {"op":"\u00d7","operand":4,"result":80}
  • {"op":"-","operand":3,"result":77}
  • {"op":"-","operand":34,"result":43}
  • {"op":"\u00d7","operand":4,"result":172}
FinalValue
172
PathDescription
Step 1: ×4 = 20; Step 2: ×4 = 80; Step 3: -3 = 77; Step 4: -34 = 43; Step 5: ×4 = 172

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

Show answer

Answer: 6

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

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

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

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

Show answer

Answer: 1

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

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

Show answer

Answer: 24

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