DSolve[{Derivative[1][x][t] == x[t]*(alpha + a*(p*x[t] + q*y[t])), Derivative[1][y][t] == y[t]*(beta + b*(p*x[t] + q*y[t]))},{x[t], y[t]},t]