3dogs (3 dogs)


Tiny spacing errors like "3dogs" instead of "3 dogs" confuse readers and look unpolished. Below are clear, copyable rules, many before/after fixes for work, school, and casual writing, and a three-step checklist you can paste into a draft or team style note.

If you need a quick fix, jump to the examples or the rewrite checklist for exact edits you can paste into your text.

Quick answer - should there be a space?

Yes in most cases: put a space between a numeral and the following word or unit ("3 dogs", "50 percent", "Table 4"). Exceptions: percent signs, some symbols and brand names. Use hyphens when the number forms a compound modifier ("10-year-old").

  • Numbers + nouns: use a space (3 dogs; Grade 8).
  • Numbers + SI units: use a space (5 kg, 100 m).
  • Percent and compact signs: style-dependent (5% vs. 5 percent).
  • Compound adjectives before nouns: hyphenate (10-year-old child).

Core explanation: why spacing matters

Spaces separate tokens. When numerals stick to words, readers pause or misread - "3dogs" can look like a single code or a typo. Proper spacing improves clarity, searchability, and tone.

Treat numerals like words: separate them from adjacent words unless a punctuation, symbol, or established compact form says otherwise.

  • Clarity: separates quantity from object.
  • Consistency: uniform spacing looks professional.
  • Search and formatting: "Table 4" is easier to reference than "Table4".

Spacing rules you can copy (numbers, units, percent, time)

Insert one space between the numeral and a following noun or unit. Use hyphens when the whole phrase modifies a noun (see hyphenation section).

  • Numbers + noun = space: "3 dogs", "Grade 8".
  • Numbers + unit = space for SI units: "5 kg", "100 m".
  • Percent: "5%" is common in data displays; write "5 percent" in running text if your style requires it.
  • Time: formal prose often uses "10 a.m." or "10:00 AM"; casual: "10am" or "10 am".
  • Currency: symbols often attach to numbers ($100); spell out "100 dollars" if clarity requires.
  • Wrong: I ordered a 5kg bag of flour.
    Right: I ordered a 5 kg bag of flour.
  • Wrong: The meeting is at 10am.
    Right: The meeting is at 10 a.m. (or 10 am depending on style).
  • Wrong: Sales grew 12percent.
    Right: Sales grew 12 percent.

Hyphenation: when to hyphenate instead of spacing

If a number + unit (or number + noun) functions as a single adjective before another noun, hyphenate to avoid ambiguity. When the phrase follows the noun, leave spaces.

  • Before noun → hyphenate: "a 10-year-old child", "a 5-km race".
  • After noun → no hyphen: "the child is 10 years old", "the race is 5 km long".
  • Pack or brand counts: "10-pack" when adjectival; "ten-pack" is fine in informal copy.
  • Wrong: She is a 10 year old.
    Right: She is a 10-year-old.
  • Wrong: I ran a 5 km race yesterday.
    Right: I ran a 5-km race yesterday. (when distance modifies "race")
  • Wrong: She bought a 10 pack of granola bars.
    Right: She bought a 10-pack of granola bars.

Real usage: picking form by audience and medium

Choose the spaced form for academic and professional writing. Casual posts tolerate compact forms. Technical fields follow SI rules (space between number and unit).

When unsure, favor clarity: spaced forms are almost never wrong; compact forms can feel informal or ambiguous.

  • Academic/technical: prefer spacing and SI rules ("37 °C" or "37 °C" with a nonbreaking space).
  • Business reports: use spaced forms and write "percent" in running text if your style requires.
  • Casual/social: compact forms are acceptable, but be consistent within a post or thread.
  • Wrong (academic): The sample was 37°C heated. Right: The sample was heated to 37 °C.
  • Wrong (business): Q4results attached. Right: Q4 results attached.
  • Wrong (social): I did 5km today! Right: I did 5 km today! (or "I did 5km today" informally)

Examples - many realistic before/after pairs (work, school, casual)

Below are wrong/right pairs you can copy directly into drafts.

  • Work:
    Wrong: Q4results showed a 12percent increase.
    Right: Q4 results showed a 12 percent increase.
  • Work:
    Wrong: SeeTable4 for details.
    Right: See Table 4 for details.
  • Work:
    Wrong: Budget2023.pdf is the final version.
    Right: Budget 2023.pdf is the final version.
  • School:
    Wrong: Grade8 students completed the survey.
    Right: Grade 8 students completed the survey.
  • School:
    Wrong: InChapter3 we discuss results.
    Right: In Chapter 3 we discuss results.
  • School:
    Wrong: AnswerQuestion5 on the quiz.
    Right: Answer Question 5 on the quiz.
  • Casual:
    Wrong: I have 2cats at home.
    Right: I have 2 cats at home.
  • Casual:
    Wrong: Meet me at 7pm.
    Right: Meet me at 7 p.m. (or "7 pm" in chat)
  • Casual:
    Wrong: She bought a10pack of snacks.
    Right: She bought a 10-pack of snacks.

Try your own sentence

Test the whole sentence rather than the isolated phrase: context clarifies whether to space, hyphenate, or spell out.

Rewrite help: a 3-step checklist and quick rewrite examples

Use this checklist whenever a number touches letters: spot it, classify it, apply the fix, then check style-specific cases.

  • 1) Spot: search for digit-letter runs (regex \\d[A-Za-z]) or scan visually.
  • 2) Classify: noun, unit, percent, time, or label (Table, Fig, Q).
  • 3) Fix: insert a space for nouns/units, hyphenate for compound modifiers, follow house style for percent/time.
  • Rewrite: The study had 35participants. → The study had 35 participants.
  • Rewrite: Delivered in 2days. → Delivered in 2 days.
  • Rewrite: She has a 6pack in the fridge. → She has a six-pack in the fridge. (Or "a 6-pack" per style.)

Memory trick and quick habits

Simple rule: if a digit touches a letter, add a space-unless it's a known symbol or a hyphenated modifier. Combine that with a quick regex search and you'll catch most issues.

  • Mind rule: Digit + letter without a space → add a space or review for hyphenation.
  • Quick tool: search for \\d[A-Za-z] to find stuck numbers; review each hit.
  • Proofreading habit: run this search as a final pass before sending reports or submitting essays.
  • Usage: Find "3dogs" with search: look for '\\d[a-zA-Z]' and fix to "3 dogs" or "three dogs" as appropriate.

Similar mistakes to watch for

Spotting stuck numbers is a good cue to check related formatting issues: missing punctuation around labels, incorrect currency formatting, and concatenated figure/table captions.

  • Missing punctuation + stuck number: 'SeeFig2' → 'See Fig. 2.'
  • Currency and words stuck together: '$100dollars' → '$100' or '100 dollars'.
  • Concatenated labels: 'Fig3a' → 'Fig. 3a' (or 'Fig. 3(a)' per journal style).
  • Wrong: $100dollars was donated.
    Right: $100 was donated. /
    Alternative: 100 dollars was donated.
  • Wrong: Fig3a shows the trend.
    Right: Fig. 3a shows the trend.

Grammar and automated checks: what tools do and what they miss

Grammar checkers catch many digit+word runs but can't always choose between style options (percent vs. spelled-out, brand names, hyphenation). Use automation for a first pass and the checklist for final edits.

  • Auto-fix: good for clear misses ("3dogs" → "3 dogs").
  • Manual decision: needed for percent, time format, brand names, and compound modifiers.
  • Team tip: add a one-line style rule to templates (e.g., "use SI spacing: number + unit with a space") to reduce inconsistencies.
  • Usage: A checker may fix "2days" → "2 days" but leave "5%" unchanged-convert to "5 percent" in running text if your house style requires it.

FAQ

Do I put a space between a number and a unit (5kg or 5 kg)?

Most style guides and SI recommend a space: write "5 kg" and "100 m". Exceptions include percent signs and currency symbols-check the house or journal style.

Should I write 10am or 10 a.m.?

Depends on style. Formal writing often uses "10 a.m." or "10:00 AM"; many online contexts accept "10am" or "10 am". Be consistent within a document.

Is "5%" incorrect because there's no space?

No. The percent sign is a special case. Use "5%" in tables and charts or "5 percent" in running text if your style prefers spelled-out words.

How can I quickly find missing spaces in a long document?

Search for digit-letter runs with a regex like '\\d[A-Za-z]' or search for common units attached to digits (e.g., 'kg', 'km', 'percent'). Review each hit and apply a space or hyphen as needed.

Will grammar checkers catch every missing-space error?

They catch many cases but miss context-sensitive choices. Use a grammar checker for a first pass, then apply the Spot→Classify→Fix checklist for final decisions.

Try one quick check and copyable checklist

Paste a doubtful sentence into your editor, search for '\\d[A-Za-z]', and fix each by inserting a space or using the hyphen rule. Copy this checklist into your draft or team guide:

  • Spot → Classify → Fix
  • Apply: number + noun = space; number + unit = space; number + modifier before noun = hyphen.

Check text for 3dogs (3 dogs)

Paste your text into the Linguix grammar checker to catch grammar, spelling, punctuation, and style issues instantly.

Available on: icon icon icon icon icon icon icon icon