hard Set 93 Form Exercise

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

Show answer

Answer: 18

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

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

Show answer

Answer: -2

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

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

Show answer

Answer: 9

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

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

Show answer

Answer: 13

SubType
math-maze
Difficulty
hard
StartValue
2
Steps
  • {"op":"\u00d7","operand":4,"result":8}
  • {"op":"\u00d7","operand":4,"result":32}
  • {"op":"-","operand":21,"result":11}
  • {"op":"\u00d7","operand":4,"result":44}
  • {"op":"-","operand":31,"result":13}
FinalValue
13
PathDescription
Step 1: ×4 = 8; Step 2: ×4 = 32; Step 3: -21 = 11; Step 4: ×4 = 44; Step 5: -31 = 13

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

Show answer

Answer: 9

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

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

Show answer

Answer: 3

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

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

Show answer

Answer: 28

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

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

Show answer

Answer: 2

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