The operation * is defined for non-zero a and b as follows: a*b = a^2 + b^2. If a+b = 13 and ab = 25, what is the value of a*b? Express your answer as a common fraction.
Note that a⋆b really looks like (a+b)2, but it is not actually that, so we work around that by doing this:
a⋆b=a2+b2=(a2+2ab+b2)−2ab=(a+b)2−2ab
Now, use a + b = 13 and ab = 25, you will get a⋆b=119. Please tell me if you encounter any difficulty in the calculation.