Arithmetic Calculator
Add, subtract, multiply & divide — plus expression evaluator, long division & LCM/GCD tools
Enter Two Numbers
Select an operation and see results instantly.
Step-by-Step Breakdown
Expression Evaluator
Evaluates with correct BODMAS/PEMDAS order of operations. Supports parentheses, decimals, and negatives.
Use × or * for multiply, ÷ or / for divide, − or - for subtract. Parentheses ( ) are supported.
Order of Operations (BODMAS/PEMDAS) Steps
Long Division
Shows every subtraction step of the long division process.
Calculates A ÷ B. Enter positive integers for the full step-by-step working.
Long Division Working
LCM & GCD Calculator
Enter up to 4 positive integers. Shows prime factorization and step-by-step working.
Prime Factorization
Step-by-Step Working
Quick Formulas Reference
Long division: Dividend = Divisor × Quotient + Remainder | GCD also known as HCF (Highest Common Factor)
Worked Examples
3 + 4 × 2 − 1
Multiplication happens before addition/subtraction per BODMAS.
156 ÷ 12 = 13
Each digit is processed from left to right.
LCM(12, 18) = 36 | GCD(12, 18) = 6
LCM × GCD always equals the product of the two numbers.
What is Arithmetic?
Arithmetic is the oldest and most fundamental branch of mathematics. It encompasses the four basic operations — addition, subtraction, multiplication, and division — applied to numbers. Mastering arithmetic is the first step to all higher mathematics, from algebra and geometry to calculus and statistics. These operations appear everywhere in daily life: splitting a restaurant bill, calculating a discount, determining fuel consumption, or working out a timetable.
The Four Basic Operations
Addition (+) combines two or more quantities into a total called the sum. For example, 8 + 5 = 13. Addition is commutative (order doesn't matter: a + b = b + a) and associative (grouping doesn't matter).
Subtraction (−) finds the difference between two quantities by taking one away from another. For example, 13 − 5 = 8. Subtraction is neither commutative nor associative — order matters.
Multiplication (×) is repeated addition. Multiplying 6 × 4 means adding 6 four times: 6 + 6 + 6 + 6 = 24. The result is the product. Multiplication is commutative: a × b = b × a.
Division (÷) splits a quantity into equal parts. Dividing 24 ÷ 6 means how many groups of 6 fit into 24, giving a quotient of 4. Division by zero is undefined — it has no mathematical meaning.
BODMAS / PEMDAS — Order of Operations
When an expression contains multiple operations, the order in which you perform them matters enormously. The rules are captured by the acronyms BODMAS (used in the UK, India, and Australia) and PEMDAS (used in the USA):
| Step | BODMAS | PEMDAS | Example |
|---|---|---|---|
| 1 | Brackets ( ) | Parentheses ( ) | 2 × (3 + 1) = 2 × 4 = 8 |
| 2 | Orders (powers, roots) | Exponents | 2³ = 8 |
| 3 | Division and Multiplication | Multiplication and Division | 6 ÷ 2 × 3 = 9 (left to right) |
| 4 | Addition and Subtraction | Addition and Subtraction | 10 − 3 + 2 = 9 (left to right) |
Division and multiplication have equal precedence — they are evaluated left to right. Similarly, addition and subtraction are equal in precedence. Parentheses always override any other rule, which is why they are so useful when writing clear expressions.
Applications of Arithmetic
Arithmetic operations underpin virtually every quantitative task humans perform. In finance, they calculate interest, taxes, and profits. In engineering, they determine forces, measurements, and tolerances. In everyday cooking, arithmetic converts recipe quantities and scales serving sizes. In science, arithmetic is used to analyse data, compute ratios, and verify experimental results. Even digital computers ultimately reduce all computation to binary arithmetic at the hardware level.
The Long Division tool on this page is particularly useful for understanding how calculators themselves perform division internally — it makes the implicit steps of the algorithm visible. The LCM and GCD tools are valuable in reducing fractions, synchronising repeating events, and solving problems in number theory.