I'm not sure why mjpam asked the question in the first place. The only differentiation is with respect to t so even if there were other (unstated) independent variables, it would make no difference to the solution. If solutions to differential equations (and other problems) depended on variables we knew nothing about, we would never be able to solve any problem!
wxrebecca, you titled this "Laplace transform for system DFE". If you really are required to use Laplace transform, then, you just take the Laplace transform of each equation, L(dx/dt)= -L(x)+ L(y) and L(dy/dt)= 2L(x). That will reduce to two algebraic equations for L(x) and L(y). Once you have solved for those, use a transform table to find x and y as functions of t.
Personally, I have never liked Laplace transform. What I would do is differentiate the first equation again:
\frac{d^2x}{dt^2}= -\frac{dx}{dt}+ \frac{dy}{dt}
From the second equation, dy/dt= 2x so that equation is
\frac{d^2x}{dt^2}= -\frac{dx}{dt}+ 2x
or
\frac{d^2x}{dt^2}+ \frac{dx}{dt}- 2x= 0
a second order linear equation with constant coefficients. Once you have solved that, you can use the fact that
y= \frac{dx}{dt}+ x
from the first equation to solve for y.