Answer:
-6
Step-by-step explanation:
PLEASE GIVE BRAINLIEST
Answer:
Step-by-step explanation:
b/c we know that these triangles both have equal sides... that is given that <u>ab</u> and<u> be</u> are the same length. and that <u>be </u>and <u>cd</u> are parallel , we know that they both are isosceles triangles and that the base angles are the same. The side on <u> ad </u>and<u> ae</u> have equal angles.
so we can make the equation
2a +56 = 180 (b/c we know that around a triangle it's 180°
2 a = 124
a = 62
so ∠ BAE = 62°
:)
Your answer will be D and E
Answer:
5km costs $4
if you take the intial charge of $2, you're paying $4 per 5km
hence 10km= 2 *5km= 2*$4=$8+initial charge $2= $10
15Km= 3*5km= 3*$4= $12 + intial charge $2 = $14
Step-by-step explanation:
First, create a rule for this sequence.
Let a(1) be the first term (which here happens to be 1).
The next term, a(2), is twice the previous term, that is, twice 1, or 2.
a(3) = 2a(2) = 2(2) = 4
This is called a "recursive function."
The 3rd term is 4. The next, which is a(3) is 2*4, or 8.
Note that there's an alternative approach. The first term, a(1), is 1; the next is a(2) = a(1)*2^(2-1) = 1*2^1=2
the next is a(3) = 1*2^(3-1) = 1*2^2 = 4
So the rule is a(n) = a(1)*2^(n-1).
So a(8) is a(1)*2^(8-1) = 1*2^7 = 2^3*2^4 = 8(16) = 128