hard Set 87 Form Exercise

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

Show answer

Answer: 16

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

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

Show answer

Answer: 46

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

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

Show answer

Answer: 24

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

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

Show answer

Answer: 416

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

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

Show answer

Answer: 18

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

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

Show answer

Answer: 48

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

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

Show answer

Answer: 53

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

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

Show answer

Answer: 16

SubType
math-maze
Difficulty
hard
StartValue
7
Steps
  • {"op":"+","operand":10,"result":17}
  • {"op":"+","operand":1,"result":18}
  • {"op":"-","operand":5,"result":13}
  • {"op":"+","operand":2,"result":15}
  • {"op":"+","operand":1,"result":16}
FinalValue
16
PathDescription
Step 1: +10 = 17; Step 2: +1 = 18; Step 3: -5 = 13; Step 4: +2 = 15; Step 5: +1 = 16