hard Set 66 Form Exercise

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

Show answer

Answer: 15

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

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

Show answer

Answer: 44

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

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

Show answer

Answer: 480

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

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

Show answer

Answer: 5

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

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

Show answer

Answer: 46

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

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

Show answer

Answer: 81

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

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

Show answer

Answer: 1

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

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

Show answer

Answer: 7

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