Answer:
Step-by-step explanation:
Answer:
r = 16 units
Step-by-step explanation:
From the figure attached,
AB is the tangent drawn from a point A to the circle C.
BC = r [Radius of the circle]
Length of AC = (18 + r)
AB = 30
By the property of a tangent drawn to a circle,
"Radius of a circle and tangent are perpendicular to each other"
AB ⊥ BC
By applying Pythagoras theorem in ΔABC,
AB² + BC² = AC²
(30)² + r² = (r + 18)²
900 + r² = r² + 36r + 324
36r = 900 - 324
r = 
r = 16 units
Answer:
8/49
Step-by-step explanation:
4/7 ÷7/2
Copy dot flip
4/7 * 2/7
Multiply the numerators
4*2 = 8
Multiply the denominators
7*7= 49
numerator over denominator
8/49
Y = 3x + 1
Parallel lines have the same slope so the slope would be 3. Take the given equation and add the 3x to the other side. Using the given point. -2 (y point) = 3(-1(x point)) + b. Solve for b by adding the 3 over. b = 1 which is your y intercept.
Answer:
Python will return:
True
Step-by-step explanation:
The math function ** is an exponent indicator.
The equation you made was:

When you run this in python, it will return as true.
It is run as a Boolean expression because you have already provided the answer to the expression with the "==" statement.
If you had provided an incorrect answer (setting it equal to any number other than 4), it would return False.