hard Set 56 Form Exercise

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

Show answer

Answer: 16

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

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

Show answer

Answer: 18

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

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

Show answer

Answer: 34

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

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

Show answer

Answer: 4

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

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

Show answer

Answer: 23

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

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

Show answer

Answer: 32

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

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

Show answer

Answer: 5

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

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

Show answer

Answer: 11

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