Which of These Are Divisible by 18? A Complete Guide to Divisibility by 18

If you’ve ever wondered which of a given set of numbers can be evenly divided by 18, you’re in the right place. Understanding divisibility by 18 is essential in math, programming, and even everyday problem-solving. But what exactly makes a number divisible by 18? Let’s dive in.


Understanding the Context

Understanding Divisibility by 18

Divisibility by 18 depends on two key mathematical rules:

  • The number must be divisible by 2 (back-to-back evenness: last digit is even).
  • The number must also be divisible by 9 (sum of digits is divisible by 9).

Because 18 = 2 × 9 (and 2 and 9 are coprime), a number is divisible by 18 if and only if it meets both criteria.


Key Insights

Examples of Numbers Divisible by 18

Before answering your specific question (“which of these”), here are classic examples:

  • 18 → ✅ Divisible: ends in 8 (even), digit sum = 1 + 8 = 9 (divisible by 9)
  • 36 → ✅ Divisible: ends in 6 (even), digit sum = 3 + 6 = 9 (divisible by 9)
  • 54 → ✅ Divisible: ends in 4, digit sum = 5 + 4 = 9
  • 90 → ✅ Divisible: even, digit sum = 9 + 0 = 9
  • 126 → ✅ Divisible: ends in 6, digit sum = 1 + 2 + 6 = 9

How to Check Divisibility by 18 in Practice

  1. Check if the last digit is even — if not, skip (not divisible by 2).
  2. Add all digits — if the total is divisible by 9, then the number is divisible by 18.
  3. Avoid division errors by verifying with actual division if unsure.

🔗 Related Articles You Might Like:

📰 Da \( k \) eine ganze Zahl sein muss, ist das größte mögliche \( k \) gleich 13. Daher gibt es \( k = 0, 1, 2, \ldots, 13 \) ganzzahlige Werte, was bedeutet, dass es \( 14 \) Zahlen in dieser Folge gibt. 📰 10 Powerful Mood Words That Will Transform Your Conversations Overnight! 📰 I Don’t Thought You Knew These Mood Words—This One Will Blow Your Mind! 📰 The Ultimate Pick For Heavy Duty Jobsno More Blisters Just Total Grip 📰 The Ultimate Pokemon Adventure That Outlines Every Iconic Game Ever Released 📰 The Ultimate Quick Reveal Of The C1 Corvettes Lost Secrets Only Converts Imaginations Into Reality 📰 The Ultimate Reveal The Hidden Power Of Your Butt Chin 📰 The Ultimate Rocklin Experience Blue Oaks Theaters Untold Stories And Secret Screenings 📰 The Ultimate Secret Big Breasts Transform Your Mood Forever 📰 The Ultimate Secrets That Bowlers Derby Victory Hinges On 📰 The Ultimate Showdown Shock Boise State Vs Penn State Had The Game Of The Century 📰 The Ultimate Skin Transformation Tucked Away In Californias Most Private Institute 📰 The Ultimate Sleeper Space That Charges Your Productivity While You Sleep 📰 The Ultimate Solution To Stale Water Stocks In Your Carafe Secrets Exposed 📰 The Ultimate Tasty Train On Your Tongue Bosco Sticks Keep Coming Back 📰 The Ultimate Travel Stroller That Fits Everything You Need Imagine The Ease 📰 The Ultimate Usa Road Trip That Will Take Your Breath Away 📰 The Ultimate Warzone Loadout Youve Been Missing The One That Conquers Every Enemy

Final Thoughts


Numbers Not Divisible by 18

Common examples include:

  • 10 → Ends in 0 (even), but digit sum = 1, not divisible by 9
  • 17 → Odd and digit sum = 8, not divisible by 2 or 9
  • 45 → Digit sum = 9, but ends in 5 (odd), not divisible by 2
  • 29 → Not even and digit sum = 11, not divisible by either

Applying This to Your List: Which Are Divisible by 18?

Although you haven’t listed specific numbers, here’s how to evaluate your set:

  • Start by filtering even numbers.
  • Then sum the digits of those. If the result is divisible by 9, then that number is divisible by 18.

For example:

  • If your set includes numbers like 54, 90, 126 → ✅ All divisible
  • Including 18, 36, 72 → ✅ All good
  • Including odd numbers or those whose digit sums aren’t multiples of 9 → ❌ Not divisible by 18

Practical Uses of Knowing Divisibility by 18

  • Financial calculations: Frequent in division of resources, splitting bills evenly.
  • Computer science & algorithms: Optimizing loops and modular arithmetic.
  • Exam preparation: Strengthening foundational math skills.