hard Set 21 Form Exercise

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

Show answer

Answer: 372

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

Math Maze: Start at 1. Follow the path: -1 → -1 → +9 → ×4 → -28. 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":9,"result":8}
  • {"op":"\u00d7","operand":4,"result":32}
  • {"op":"-","operand":28,"result":4}
FinalValue
4
PathDescription
Step 1: -1 = 0; Step 2: -1 = -1; Step 3: +9 = 8; Step 4: ×4 = 32; Step 5: -28 = 4

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

Show answer

Answer: 8

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

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

Show answer

Answer: 30

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

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

Show answer

Answer: 30

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

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

Show answer

Answer: 114

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

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

Show answer

Answer: -4

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

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

Show answer

Answer: 2

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