hard Set 69 Form Exercise

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

Show answer

Answer: 11

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

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

Show answer

Answer: 20

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

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

Show answer

Answer: 14

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

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

Show answer

Answer: 80

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

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

Show answer

Answer: 24

SubType
math-maze
Difficulty
hard
StartValue
8
Steps
  • {"op":"+","operand":4,"result":12}
  • {"op":"+","operand":7,"result":19}
  • {"op":"+","operand":8,"result":27}
  • {"op":"+","operand":9,"result":36}
  • {"op":"-","operand":12,"result":24}
FinalValue
24
PathDescription
Step 1: +4 = 12; Step 2: +7 = 19; Step 3: +8 = 27; Step 4: +9 = 36; Step 5: -12 = 24

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

Show answer

Answer: 150

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

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

Show answer

Answer: -4

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

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

Show answer

Answer: 6

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