Answer:
x=28 cm
Step-by-step explanation:
Ratio of length of bigger sides to smaller sides=20:10=2:1.


Answer:
y = 4.95x + 3.75
Step-by-step explanation:
I have taken this test, I also go to K12. I have for 4 years and I have been on brainly for 3 so welcome to the K12 Brainly party.
Answer:
c = 10 feet
Step-by-step explanation:
Use the Pythagorean theorem: a^2 + b^2 = c^2
<u>Step 1: Plug in the information</u>
(6)^2 + (8)^2 = c^2
36 + 64 = c^2
100 = c^2
sqrt(100) = sqrt(c^2)
<em>10 = c</em>
<em />
Answer: c = 10 feet
Answer:
174 square centimetres
Step-by-step explanation:
The formula for finding the surface area of a rectangular prism is
SA = 2LW + 2LH + 2HW
Therefore surface area will be
= 2(11*5) + 2(11*2) +2(2*5)
= 2 * 55 + 2 * 22 + 2 * 10
= (110 + 44 + 20) square cm
Which gives you 174 square centimetres.
Answer:
a. a[1] = 3; a[n] = 2a[n-1]
b. a[n] = 3·2^(n-1)
c. a[15] = 49,152
Step-by-step explanation:
Each term of the given sequence is 2 times the previous term. (This description is the basis of the recursive formula.) That is, the terms of the given sequence have a common ratio of 2. This means the sequence is geometric, so the formulas for explicit and recursive rules for a geometric sequence apply.
The first term is 3, and the common ratio is 2.
<h3>(a)</h3>
The recursive rule is ...
a[1] = 3
a[n] = 2×a[n-1]
__
<h3>(b)</h3>
The explicit rule is ...
a[n] = a[1]×r^(n-1)
a[n] = 3×2^(n-1)
__
<h3>(c)</h3>
The 15th term is ...
a[15] = 3×2^(15-1) = 3×2^14
a[15] = 49,152