Squaring 2 digit number ending in 8 |
|
|
Squaring a 2-digit number ending in 8
- Choose a 2-digit number ending in 8.
- The last digit of the answer is always 4: _ _ _ 4
- Multiply the first digit by 6 and add 6 (keep the carry): _ _ X _
- Multiply the first digit by the next consecutive number and add the carry: the product is the first two digits: XX _ _.
Example:
- If the number is 78:
- The last digit of the answer is 4: _ _ _ 4
- Multiply the first digit (7) by 6 and add 6 (keep the carry): 7 × 6 = 42, 42 + 6 = 48; the next digit of the answer is 8 (keep carry 4): _ _ 8 4
- Multiply the first digit (7) by the next number (8) and add the carry (4):
7 × 8 = 56, 56 + 4 = 60 (the first two digits): 6 0 _ _
- So 78 × 78 = 6084.
|
|
|