Answer:
See below.
Step-by-step explanation:
Draw segment OB.
In triangle OBC, points R and S are the midpoints of sides OC and BC, respectively. That makes RS parallel to OB.
In triangle OBA, points P and Q are the midpoints of sides OA and BA, respectively. That makes PQ parallel to OB.
Since segments RS and PQ are parallel to segment OB, then RS and PQ are parallel to each other.
Answer:
Rows 126
last row has 41
last row is not full because its an odd number
Step-by-step explanation:
Answer:
<h2>
YOUR CORRECT ANSWER IS(B.)</h2>
Step-by-step explanation:
9514 1404 393
Answer:
5) 729, an=3^n, a[1]=3; a[n]=3·a[n-1]
6) 1792, an=7(4^(n-1)), a[1]=7; a[n]=4·a[n-1]
Step-by-step explanation:
The next term of a geometric sequence is the last term multiplied by the common ratio. (This is the basis of the recursive formula.)
The Explicit Rule is ...

for first term a₁ and common ratio r.
The Recursive Rule is ...
a[1] = a₁
a[n] = r·a[n-1]
__
5. First term is a₁ = 3; common ratio is r = 9/3 = 3.
Next term: 243×3 = 729
Explicit rule: an = 3·3^(n-1) = 3^n
Recursive rule: a[1] = 3; a[n] = 3·a[n-1]
__
6. First term is a₁ = 7; common ratio is r = 28/7 = 4.
Next term: 448×4 = 1792
Explicit rule: an = 7·4^(n-1)
Recursive rule: a[1] = 7; a[n] = 4·a[n-1]