s1.1
FOILing/LIOFing When Multiplying
1,000 questions
A fast multiplication method for two-digit numbers, and , is LIOFing (Last-Inner+Outer-First). This is derived from the algebraic expansion .
- Last: The ones digit is .
- Inner+Outer: The tens digit is .
- First: The hundreds digit is .
- Remember to handle carries at each step. For example, : Last is (write 2, carry 1). Inner+Outer is (write 0, carry 3). First is . The result is 1702.