Solve the differential equation. Let C represent an arbitrary constant. (Note: In this case, your answer willto have a negative sign in front of the arbitrary C.)

(dz)/(dt) + e^(t+z) = 0
---------------
(dz/dt) + (e^t)(e^z) = 0
(dz/dt) = -(e^t)(e^z)
dz = -(e^t)(e^z)dt
(dz/e^z) = -(e^t)dt
Integral[dz/e^z] = Integral[-(e^t)dt]
Sinh(z)-Cosh(z) = -te^t + C
(e^z - e^-z)/2 - (e^z + e^-z) = -te^t +C
(e^z - e^-z) - (e^z + e^-z) = -2te^t +2C
-2e^-z = -2te^t + 2C
e^-z = te^t - 2C
ln(e^-z) = ln(te^t + 2C)
-z = ln(te^t + 2C)
z = -ln(te^t + 2c)

Answer = incorrect...what am I doing wrong? Thanks!

I don't follow your reasoning in going from
Integral[dz/e^z] = Integral[-(e^t)dt]
to
Sinh(z)-Cosh(z) = -te^t + C

It looks to me like it should be just
e^(-z) = e^t + C

So then solving for z would be:

-z = ln(e^t + C)
z = -ln(e^t + C)
z = -t - ln (C)?

In the question is says there should be a negative in front of the constant C so should it be:
z = -t + ln (C)? I am not sure what it means by this. Thanks.

I agree with z = -ln (e^t + C), but your last step does not follow from that. The log of the sum of two terms is not equal to the sum of the logs. You are thinking of the log of the PRODUCT of two terms.

Since C is any constant, it does not matter if there is a minus sign in front of it or not.

Here's the correct way to solve the differential equation:

Starting from
(dz/dt) + (e^t)(e^z) = 0,
we want to separate the variables and integrate both sides with respect to t and z.

Rearranging the equation, we get:
(dz/e^z) = -e^t dt.

Now let's integrate both sides:

∫(dz/e^z) = ∫(-e^t dt).

The integral of (dz/e^z) can be solved using the substitution method, where we let u = e^z and du = e^z dz:

∫(1/u) du = ∫(-e^t dt).

This simplifies to:
ln|u| = -e^t + C, where C is the constant of integration.

Replacing u with e^z, we have:
ln|e^z| = -e^t + C.

Simplifying further, we get:
z = -e^t + C.

Remember that ln|e^z| is equivalent to z, so we can rewrite the equation as:
z = -e^t + C.

And that's the final solution to the differential equation. There is no negative sign in front of the constant C as mentioned in the question statement. So the correct answer is z = -e^t + C.