Answer:
position: (-6, -4)
range: 6
Step-by-step explanation:
The equation is that of a circle centered at (-6, -4) with a radius of √36 = 6. We presume that the "position" is that of the circle's center, and the "range" is the radius of the circle.
___
The standard form equation of a circle with center (h, k) and radius r is ...
(x -h)^2 +(y -k)^2 = r^2
Matching parts of the equation, we find ...
h = -6, k = -4, r = √36 = 6.
-2(-2)+3=7
-2(0)+3=3
-2(4)+3=-5
Answer:
1.) There are 16 juniors and 8 seniors in the Chess Club. If the club members decide to send 9 juniors to a tournament, how many different possibilities are there?
(16 over 9) = 16!/(9!*7!) = 11440
2.) How many different ways can 3 cards be drawn from a deck of 52 cards without replacement?
52*51*50 = 132600
3.) How many different ways can 3 cards be drawn from a deck of 52 cards with replacement?
52^3 = 140608
4.) A corporation has 5 officers to choose from which 3 are selected to comprise the board of directors. How many combinations are there?
(5 over 3) = 5!/(3! * 2!) = 10
5.) A combination lock has the numbers 1 to 40 on each of three consecutive tumblers. What is the probability of opening the lock in ten tries?
10/40^3 = 1/6400