hard Set 83 Form Exercise

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

Show answer

Answer: 16

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

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

Show answer

Answer: 29

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

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

Show answer

Answer: 454

SubType
math-maze
Difficulty
hard
StartValue
8
Steps
  • {"op":"\u00d7","operand":4,"result":32}
  • {"op":"\u00d7","operand":3,"result":96}
  • {"op":"\u00d7","operand":4,"result":384}
  • {"op":"-","operand":157,"result":227}
  • {"op":"\u00d7","operand":2,"result":454}
FinalValue
454
PathDescription
Step 1: ×4 = 32; Step 2: ×3 = 96; Step 3: ×4 = 384; Step 4: -157 = 227; Step 5: ×2 = 454

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

Show answer

Answer: 18

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

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

Show answer

Answer: 60

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

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

Show answer

Answer: 7

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

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

Show answer

Answer: 19

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

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

Show answer

Answer: 6

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