Let's perform the division:

**Dividend:** 123456789012345  
**Divisor:** 98765

### Step 1: Quotient

\[
\text{Quotient} = \left\lfloor \frac{123456789012345}{98765} \right\rfloor
\]

\[
\frac{123456789012345}{98765} \approx 1,250,703,084.55
\]

So, the **quotient** is **1,250,703,084**.

---

### Step 2: Remainder

\[
\text{Remainder} = 123456789012345 - (98765 \times 1,250,703,084)
\]

First, calculate \( 98765 \times 1,250,703,084 = 123,456,789,011,860 \).

Now the remainder:

\[
123,456,789,012,345 - 123,456,789,011,860 = 485
\]

---

## **Final Answer**

- **Quotient:** 1,250,703,084
- **Remainder:** 485
