I tried to solve it using the Euclidean algorithm but after finding the gcd$(15, 28)=$ $1$, and reversing the steps of the Euclidean algorithm I get the following expression:
These are the reversal steps: $$13=2\times6+1$$ $$1=13-(2\times6)$$ $$1=13-6\left(15-13\right)$$ $$1=28-15-6\left(15-13\right)$$ $$1=28-15\left(1+6\right)+6\text{·}13$$
The expected result should be some expression of the form $$1=28\left(y\right)-15\left(x\right)$$
$1=13-6\times2=13-6(15-13)=7\times13-6\times15=7\times(28-15)-6\times15$
$=7\times28-13\times15$