use a double integral to find the volume of the solid

z= 4-x^2 - y^2
y= -2x + 2

what we have is a paraboloid (which opens down around the z-axis) and a plane parallel to the z-axis.

There is no bounded volume to calculate.

To find the volume of the solid bounded by the surfaces z = 4 - x^2 - y^2 and the plane y = -2x + 2, we can use a double integral in the x-y plane.

First, let's find the limits of integration for x and y.

From the equation y = -2x + 2, we can solve for x in terms of y:
x = (2 - y) / (-2)

Next, we need to find the limits of integration for y.

For the given solid, the intersection points with the xy-plane occur at z = 0, so we can set 4 - x^2 - y^2 = 0 and solve for y:

y^2 = 4 - x^2
y = ±√(4 - x^2)

Since y = -2x + 2, we can equate the two expressions for y to find the x-values where they intersect:

√(4 - x^2) = -2x + 2
4 - x^2 = 4x^2 - 8x + 4
5x^2 - 8x = 0
x(5x - 8) = 0
x = 0 or x = 8/5

Now that we have the limits of integration for x, which are from 0 to 8/5, let's determine the limits of integration for y.

For x = 0, the limits of y will be from -2 to 2.

For x = 8/5, we need to find the y-values where the parabolic surface z = 4 - x^2 - y^2 intersects the plane y = -2x + 2. Substituting x = 8/5 into the equation for y:

y = -2(8/5) + 2
y = -16/5 + 2
y = -6/5

So, for x = 8/5, the limits of y will be from -6/5 to -2.

Now, we can set up the double integral to find the volume:

V = ∫∫R (4 - x^2 - y^2) dy dx

The limits of integration for y are from -2 to 2 for x from 0 to 8/5, and from -6/5 to -2 for x from 8/5 to 0.

V = ∫[0 to 8/5] ∫[-2 to -6/5] (4 - x^2 - y^2) dy dx + ∫[8/5 to 0] ∫[-2 to 2] (4 - x^2 - y^2) dy dx

Evaluating this double integral will give you the volume of the solid bounded by the given surfaces.