Answer:
If the transversal cuts across parallel lines (the usual case) then alternate exterior angles have the same measure. So in the figure above, as you move points A or B, the two alternate angles shown always have the same measure.
Step-by-step explanation:
Hope this helps
Answer:
75
Step-by-step explanation:
f(1) = 7
f(n) = 3f(n-1) + 3
So what you are trying to do here is find the recursive value (that's what it is called) for f(n). Computers love this sort of thing, but we humans have to do it slowly and carefully.
So let's try f(2)
That means that f(2) = 3*f(n-1) + 3
but if f(2) is used it means that you have to know f(2-1) which is just f(1) and we know that.
so f(2) = 3*f(1)+3
f(2) = 3*7 + 3
f(2) = 21 + 3
f(2) = 24
Now do it again. We now know F(2), so we should be able to find f(3)
f(3) = 3*f(3 - 1) + 3
f(3) = 3*f(2) + 3 We know that f(2) = 24
f(3) = 3* 24 + 3
f(3) = 72 + 3
f(3) = 75
Hello!
This is a rectangular prism
The equation to find the volume of a rectangular prism is
V = whl
v is volume
w is width
h is height
l is length
Put in the values you know
V = 12 * 4 * 2
Multiply
V = 96
The answer is 96 cubic feet
Hope this helps!
Answer:
(0,2)
Step-by-step explanation:
solve by addition/elimination
2x + 3y= 6
–3x + 5y = 10
multiply first equation by 3 and second one by 2 to eliminate x)
6x+9y=18
-6x+10y=20 (add the two equations)
6x+9y-6x+10y=38
19y=38
y=38/19=2
2x+3y=6
2x=6-6
x=0