Roman Numeral Converter

Convert between Arabic numerals and Roman numerals. Displays the breakdown of place values.

Ones Digit

4

Thousands Digit2
Hundreds Digit0
Tens Digit2

सूत्र

## Roman Numeral Conversion ### Roman Numeral Symbols | Symbol | Value | |--------|-------| | I | 1 | | V | 5 | | X | 10 | | L | 50 | | C | 100 | | D | 500 | | M | 1000 | ### Rules 1. Symbols are generally written from largest to smallest, left to right 2. If a smaller symbol appears before a larger one, subtract it (e.g., IV = 4, IX = 9) 3. The same symbol can be repeated up to 3 times in a row ### Example: 2024 = MMXXIV - 2000 = MM - 20 = XX - 4 = IV

हल किया गया उदाहरण

Convert 2024 to Roman numerals.

  1. 01Thousands: floor(2024/1000) = 2 → MM
  2. 02Hundreds: floor(24/100) = 0 → (none)
  3. 03Tens: floor(24/10) = 2 → XX
  4. 04Ones: 4 → IV
  5. 05Result: MMXXIV

अक्सर पूछे जाने वाले प्रश्न

What is the largest number in Roman numerals?

Using standard notation, the largest number is 3999 (MMMCMXCIX). Larger numbers historically used overlines or other notations.

Why is 4 written as IV instead of IIII?

The subtractive notation (IV) is the standard modern form. However, IIII is sometimes used on clock faces for aesthetic balance.

Are Roman numerals still used today?

Yes, Roman numerals are used for clock faces, Super Bowl numbering, book chapters, copyright years, and formal outlines.

सीखें

Metric vs Imperial: A Complete Guide to the Two Measurement Systems

संबंधित कैलकुलेटर