hard Set 39 Form Exercise

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

Show answer

Answer: 8

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

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

Show answer

Answer: 117

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

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

Show answer

Answer: 39

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

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

Show answer

Answer: 3

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

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

Show answer

Answer: 29

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

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

Show answer

Answer: 84

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

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

Show answer

Answer: 1

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

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

Show answer

Answer: 10

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