Enter an equation or problem
Camera input is not recognized!

Solution - Roman numeral to integer

485
485

Other Ways to Solve

Roman numeral to integer

Step-by-step explanation

1. Clean up the input

Your input was cleaned into standard Roman numeral form: roman(CDLXXXV)CDLXXXV.

2. Expand symbols

Read left to right.
If a smaller symbol comes before a larger one, treat them as one subtractive pair (for example, IX = 9).
Otherwise, each symbol stands alone.

For this input we get:

CD(400)+L(50)+X(10)+X(10)+X(10)+V(5)

3. Sum values

Now add the values:
400+50+10+10+10+5 = 485.

So CDLXXXV equals 485.

Why learn this

Learn more with Tiger

Roman numerals still appear in clocks, chapter headings, outlines, and events. Converting them quickly helps in everyday reading and interpretation.