Multiplying two 2digit numbers

Multiplying two 2 digit numbers where the first digit is the same and the sum of second digits is 10
1. Take two 2 digit numbers which has the same first digit and sum of second digits is 10
2. Multiply the second digits together
3. Multiply the first digit with its next number ( n* (n+1))
For e.g., […]