Answer:
i ad the same hw and i got an f
Step-by-step explanation:
If you'd graph this function, you'd see that it's positive on [-1.5,0], and that it's possible to inscribe 3 rectangles on the intervals [-1.5,-1), (-1,-0.5), (-0.5, 1].
The width of each rect. is 1/2.
The heights of the 3 inscribed rect. are {-2.25+6, -1+6, -.25+6} = {3.75,5,5.75}.
The areas of these 3 inscribed rect. are (1/2)*{3.75,5,5.75}, which come out to:
{1.875, 2.5, 2.875}
Add these three areas together; you sum will represent the approx. area under the given curve on the given interval: 1.875+2.5+2.875 = ?
Answer: Choice A. (8, 4)
==========================================================
Explanation:
Because x = 2y, we can replace every copy of x with 2y
Let's do so in the second equation
3x - 4y = 8
3(x) - 4y = 8
3(2y) - 4y = 8 .... x replaced with 2y; now let's isolate y
6y - 4y = 8
2y = 8
y = 8/2 ..... divide both sides by 2
y = 4
Use this y value to find x
x = 2y
x = 2*4
x = 8
So we have x = 8 and y = 4 pair together to get the answer (x,y) = (8, 4) which is choice A.