Answer:
Bar graph
Step-by-step explanation:
is the right answer for mine
I: 12x-5y=0
II:(x+12)^2+(y-5)^2=169
with I:
12x=5y
x=(5/12)y
-> substitute x in II:
((5/12)y+12)^2+(y-5)^2=169
(25/144)y^2+10y+144+y^2-10y+25=169
(25/144)y^2+y^2+10y-10y+144+25=169
(25/144)y^2+y^2+144+25=169
(25/144)y^2+y^2+169=169
(25/144)y^2+y^2=0
y^2=0
y=0
insert into I:
12x=0
x=0
-> only intersection is at (0,0) = option B
Answer:
2 pairs
Step-by-step explanation:
The north & south sides are parallel and the east & west are parallel.
The answer is D.
The formula for the volume of a sphere is
You would divide the diameter in half which would give you your radius (r).
Then you plug in the radius value to find the volume of ONE ball.
You would then multiply by 10 to find the volume of TEN golf balls.
D is the closest answer to the volume of ten golf balls
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]