hard Set 67 Form Exercise

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

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

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

Show answer

Answer: 11

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

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

Show answer

Answer: 120

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

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

Show answer

Answer: 3

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

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

Show answer

Answer: 264

SubType
math-maze
Difficulty
hard
StartValue
9
Steps
  • {"op":"\u00d7","operand":3,"result":27}
  • {"op":"\u00d7","operand":4,"result":108}
  • {"op":"-","operand":42,"result":66}
  • {"op":"\u00d7","operand":2,"result":132}
  • {"op":"\u00d7","operand":2,"result":264}
FinalValue
264
PathDescription
Step 1: ×3 = 27; Step 2: ×4 = 108; Step 3: -42 = 66; Step 4: ×2 = 132; Step 5: ×2 = 264

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

Show answer

Answer: 1

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

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

Show answer

Answer: 28

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

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

Show answer

Answer: 52

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