I don’t know if you want both but I’m going to give you both.
(0,2) and (4,3)
Answer: 5:6
Explanation:
The 2 polygons are similar
So 25/30 = 25.5/30.6 = 5/6 or 5:6
Answer:
1. D
2. B
3. A
4. C
Step-by-step explanation:
1. Vertical angles are a pair of opposite angles formed by the intersection of lines. Choice D has two lines intersecting, and two opposite angles formed by it.
2. Adjacent angles are two angles that have a common vertex and common side but do not overlap. Choice B is two angles with a common vertex and common side, and they don't overlap.
3. Supplementary angles are angles that add up to 180 degrees/make a straight angle. Choice A has two angles that add up to 180 degrees, and the two angles combined make a straight angle/line.
4. Two angles are called complementary angles if they add up to 90 degrees and form a right angle. Choice C has two angles that form a right triangle, meaning it adds up to 90 degrees.
Answer:
-4 to 0 (both -4 and 0 are included in the range because of the dots)
Find the next two terms in the given sequence, then write it in recursive form. A.) {7,12,17,22,27,...} B.) { 3,7,15,31,63,...}
iren [92.7K]
Answer:
A) a_n = 5n + 2
B) a_n = (2^(n + 1)) - 1
Step-by-step explanation:
A) The sequence is given as;
{7,12,17,22,27,...}
The differences are:
5,5,5,5.
This is an arithmetic sequence following the formula;
a_n = a_1 + (n - 1)d
d is 5
Thus;
a_n = a_1 + (n - 1)5
Now, a_1 = 7. Thus;
a_n = 7 + 5n - 5
a_n = 5n + 2
B) The sequence is given as;
{ 3,7,15,31,63,...}
Now, let's write out the differences of this sequence:
Differences are:
4, 8, 16, 32
This shows that it is a geometric sequence with a common ratio of 2.
In the given sequence, a_1 = 3 and a_2 = 7 and a_3 = 15
Thus, a_2 = 2a_1 + 1
Also, a_(2 + 1) = 2a_2 + 1
Combining both equations, we can deduce that: a_(n + 1) = 2a_n + 1
Thus; a_n can be expressed as:
a_n = (2^(n + 1)) - 1