hard Set 67 Form Exercise

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

Show answer

Answer: 39

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

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

Show answer

Answer: 22

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

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

Show answer

Answer: 62

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

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

Show answer

Answer: 27

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

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

Show answer

Answer: 6

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

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

Show answer

Answer: 3

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

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

Show answer

Answer: 8

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

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

Show answer

Answer: 34

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