Lattice Multiplication for 2-Digit Numbers: Speed Math Tricks
Step-by-step guide to lattice multiplication for 2-digit numbers, with verified worked examples and aptitude exam tips. Learn the grid method in under 20 minutes.
Lattice multiplication converts a 2-digit product into four single-digit calculations arranged on a grid, then reads the final answer from summed diagonals.
The method does not change how many multiplications you do. Two-digit times 2-digit always requires four partial products. What changes is where the carries get tracked. Standard long multiplication propagates carries through the whole calculation as you go. The lattice method holds all carries until the very end, then handles them one diagonal at a time.
That difference in carry timing is the practical speed advantage.
What Lattice Multiplication Does
Lattice multiplication is a visual grid method for multiplying numbers. Khan Academy covers it in video format for students who prefer a walkthrough before working examples on paper. The name comes from the diagonal lines drawn inside each cell, which produce a lattice-like pattern across the completed grid.
For 2-digit numbers, the lattice is a 2x2 grid. Each cell holds one partial product: the result of multiplying one digit from the first number by one digit from the second number. The diagonal inside each cell divides it into two triangles. The top-right triangle holds the tens digit of that partial product, and the bottom-left triangle holds the units digit.
Two things the method does not do: it does not replace single-digit multiplication fluency (you still need to know that 8 x 9 = 72 and 7 x 5 = 35), and it does not shortcut numbers with clean factors. If a problem simplifies easily (for example, 48 x 25 = 48 x 100 / 4 = 1200), factoring is faster. Lattice earns its place on awkward pairs like 78 x 95 or 63 x 87 where no clean shortcut exists.
Setting Up the 2x2 Grid
The setup takes under ten seconds once practiced. Follow these four steps in order:
- Draw a square and divide it into a 2x2 grid of four equal cells.
- Write the digits of the first number across the top of the grid, one digit per column.
- Write the digits of the second number down the right side of the grid, one digit per row.
- Draw one diagonal line inside each cell, running from that cell’s top-right corner to its bottom-left corner.
Each cell now has two triangles. The top-right triangle is reserved for the tens digit of the partial product. The bottom-left triangle is reserved for the units digit. If a partial product is a single digit (for example, 1 x 3 = 3), write 0 in the top-right triangle and 3 in the bottom-left. The zero is not optional: it keeps the diagonal columns aligned when you sum later.
That is the complete setup. No further preparation needed before you start filling in partial products.
Worked Example: 23 x 47
Set up the grid with digits 2 and 3 across the top (left column, right column), and digits 4 and 7 down the right side (upper row, lower row).
Fill the four cells with partial products:
- Top-left (2 x 4 = 08): top-right triangle = 0, bottom-left triangle = 8
- Top-right (3 x 4 = 12): top-right triangle = 1, bottom-left triangle = 2
- Bottom-left (2 x 7 = 14): top-right triangle = 1, bottom-left triangle = 4
- Bottom-right (3 x 7 = 21): top-right triangle = 2, bottom-left triangle = 1
Sum the diagonals from bottom-right to top-left:
- Diagonal 1 (units place): 1. Write 1.
- Diagonal 2 (tens place): 2 + 4 + 2 = 8. Write 8.
- Diagonal 3 (hundreds place): 1 + 1 + 8 = 10. Write 0, carry 1.
- Diagonal 4 (thousands place): 0 + 1 (carry) = 1. Write 1.
Read left to right: 1081.
Cross-check: 23 x 47 = 23 x 40 + 23 x 7 = 920 + 161 = 1081. Correct.
The diagonal-3 carry is where most errors happen on a first attempt. When a diagonal sum is greater than 9, write only its units digit in that diagonal’s column and add the tens digit to the next diagonal’s starting total before you calculate.
A Second Example: 78 x 95
This example produces two carries, which lets you practice tracking them in sequence without the calculation becoming unwieldy.
Set up the grid with 7 and 8 across the top, and 9 and 5 down the right side.
Fill the four cells:
- Top-left (7 x 9 = 63): top-right triangle = 6, bottom-left triangle = 3
- Top-right (8 x 9 = 72): top-right triangle = 7, bottom-left triangle = 2
- Bottom-left (7 x 5 = 35): top-right triangle = 3, bottom-left triangle = 5
- Bottom-right (8 x 5 = 40): top-right triangle = 4, bottom-left triangle = 0
Sum the diagonals from bottom-right to top-left:
- Diagonal 1 (units place): 0. Write 0.
- Diagonal 2 (tens place): 4 + 5 + 2 = 11. Write 1, carry 1.
- Diagonal 3 (hundreds place): 3 + 7 + 3 + 1 (carry from diagonal 2) = 14. Write 4, carry 1.
- Diagonal 4 (thousands place): 6 + 1 (carry from diagonal 3) = 7. Write 7.
Read left to right: 7410.
Cross-check: 78 x 95 = 78 x 100 - 78 x 5 = 7800 - 390 = 7410. Correct.
Always complete one diagonal fully, including recording its carry, before moving to the next. In this example, diagonal 2 produces a carry of 1, which is added to diagonal 3’s sum (3 + 7 + 3 = 13, plus 1 carry = 14). Applying a carry to the wrong diagonal is the most common multi-carry error and produces an answer that is off by exactly 100 or 10.
Using Lattice Multiplication in Placement Aptitude Tests
Placement aptitude rounds (including TCS NQT, AMCAT, and CoCubes-based assessments at campus drives) evaluate the final answer, not the working method. You can use any multiplication technique that produces the correct result within the time limit.
Two properties make the lattice method worth adding to your exam toolkit:
- Carry isolation: Standard long multiplication can propagate one early carry mistake across the entire calculation. In the lattice grid, a carry mistake affects only the diagonal where it occurs. The partial products in other cells remain intact.
- Cell-level verification: If a diagonal sum looks wrong, you can go back and check individual partial products without redoing the whole problem. Each cell contains exactly one multiplication fact.
The method is less useful when a shortcut applies. Factoring, estimation, or the Vedic multiplication technique for numbers near a base (like 98 x 97) will be faster in those cases. Use the lattice grid for pairs where no shortcut is obvious.
Practice tip: run five timed examples per sitting for one week. The diagnostic signal to watch is whether you hesitate when reading diagonal direction. Hesitation there is the main remaining source of errors once you have single-digit multiplication memorised.
For other quant techniques that pair with speed multiplication in placement prep, how to master calendar problems in aptitude tests covers the day-calculation approach, and multiplying a number by 111 covers a digit-sum shortcut for that specific multiplier.
Math Is Fun has an interactive version of the lattice grid if you want to confirm your grid orientation before exam day.
Lattice vs. Standard Long Multiplication
Neither method is always faster. The right choice depends on the number pair, your current fluency with each technique, and whether any shortcut applies first.
| Factor | Lattice Method | Standard Long Multiplication |
|---|---|---|
| Setup time | Draw and label a 2x2 grid (under 10 seconds with practice) | No drawing required |
| Carry handling | Isolated to one diagonal at a time | Propagates through all steps in sequence |
| Error recovery | Spot-check individual cells without restarting | Redo from the step where the carry went wrong |
| Best case | Awkward 2-digit pairs with no clean factors | Numbers with obvious factors or easy estimation |
| Scaling to 3 digits | Use a 2x3 or 3x3 grid; same diagonal rules apply | Six or more lines with more cascading carry opportunities |
The pattern that makes lattice reliable under time pressure resembles the approach in solving questions on clocks for competitive exams: learn the structure once, drill it until the procedure runs without deliberate thought, and then the arithmetic is free to run on autopilot.
Aptitude preparation rewards reliable methods over clever ones. You do not need to be the fastest student on every question type. You need to be consistent on the ones you have prepared for, and avoid cascading errors on the ones that require multi-step arithmetic.
The lattice grid’s carry-isolation property is what makes it worth the initial investment in practice. Once you can fill and read a 2x2 grid without pausing to confirm the diagonal direction, the learning curve is behind you.
The lattice grid decomposes one compound multiplication into four independently verifiable sub-problems, then combines the results in a fixed order. That structure (decompose, verify each sub-result, combine) is also the underlying logic of systematic LLM prompting. Placement aptitude is the first gate for Tier-2 and Tier-3 campus students; after clearing it, practical LLM project experience is what the next round of interviews increasingly checks. TinkerLLM is the entry point at ₹299, and the projects you build there produce the kind of portfolio evidence that transfers directly into technical interview conversations.
Primary sources
Frequently asked questions
Does lattice multiplication work for 3-digit numbers?
Yes. For a 3-digit number multiplied by a 2-digit number, draw a 2x3 grid. For two 3-digit numbers, use a 3x3 grid. Each cell still holds one partial product and the diagonals still run from bottom-right to top-left. The rules do not change.
Is the lattice method faster than standard long multiplication?
For most students, yes after 10 to 15 practice problems. The main speed gain is that carry errors are isolated to one diagonal at a time rather than cascading through the whole calculation. Your single-digit multiplication fluency determines the ceiling.
Do placement aptitude tests test the lattice method specifically?
No. Tests like TCS NQT and AMCAT assess the final answer, not the working method. Use lattice multiplication if it gets you to the correct answer faster — the test platform records results, not the steps used to reach them.
What is the most common mistake in lattice multiplication?
Reading the diagonals in the wrong direction. Always start from the bottom-right cell (units place) and move toward the top-left (highest place value). Reversing this direction gives a mirrored number, not the correct product.
Can I use the lattice method when one of the digits is zero?
Yes. When any digit is 0, its partial products are 00. Write 0 in both triangles of that cell and include 0 in the diagonal sum as normal. The grid structure and reading direction stay the same.
A self-paced playground for building with LLMs.
TinkerLLM is FACE Prep's sister property. A guided environment for shipping real LLM applications, the kind of project that earns a paragraph on your resume, not a line.
Try TinkerLLM (₹299 launch)