m2sgaming02 m2sgaming02
  • 04-02-2021
  • Mathematics
contestada

The circle below is centered at the origin and has a radius of 10. What is its equation?

The circle below is centered at the origin and has a radius of 10 What is its equation class=

Respuesta :

DWRead
DWRead DWRead
  • 04-02-2021

Answer:

x²+y² = 100

Step-by-step explanation:

Equation for circle of radius r that is centered at (h,k):

(x-h)² + (y-k)² = r²

In your case, h=k=0 and r=10.

x²+y² = 100

Answer Link

Otras preguntas

China has a government communist democratic socialist
7. The letter is shown on the graph grid below. Transform the image using the function F shown below. Did this transformation preserve the size and shape of the
What expression equals 24 include a exponent
Change the function definition for myint so that xyzfunc uses the same memory locations for myint as in the calling program. a) void xyzfunc (∫ myint); b) void
I need help on question 10-12 please I’ll Take a photo of The other pages To read so you can answer The question
which equation has no solution? A. 7y+9=-7y-9 B. 5x+2=5x-3 C. 4v-3=4v+6-v D. 2z+1=3z-z+1
23. Which of the following lists shows units of distance in order from shortest to longest? A) kilometer, light-year, meter; B) 10" meter, 10-meter, 10meter; C)
What led to Galileo discovery of a way to measure small amounts of time more accurately?
1.At what times of day would a third-quarter moon be visible to someone on Earth? Write down when a third-quarter moon rises and explain why it appears to rise
what is the output of executing the code segment? a, b, c = False, True, False if a or b: print('A', end = ' ') else: print('B', end = ' ') if not b: print('C',