When multiplying an integer a by a fraction of the form ba, you can use the formula:
a×ba=[a+(a−b)]+b(a−b)2
If the fraction is less than 1, you subtract the difference (a−b) from a. If the fraction is greater than 1, you add it.
For 11×1311: a=11,b=13,a−b=−2. The result is [11+(−2)]+13(−2)2=9134.
For 13×1213: a=13,b=12,a−b=1. The result is [13+1]+1212=14121.
Sometimes it is simpler to just convert to an improper fraction and solve directly.