try 60 becasue 75/5 is 15 so I multiplyied 4x15 and got 60
Answer:
i think this is it 1/4 but need more context
Hope this helps :)
Step-by-step explanation:
Answer:
(a) (x-2)^2 +(y-2)^2 = 16
(b) r = 2
Step-by-step explanation:
(a) When the circle is offset from the origin, the equation for the radius gets messy. In general, it will be the root of a quadratic equation in sine and cosine, not easily simplified. The Cartesian equation is easier to write.
Circle centered at (h, k) with radius r:
(x -h)^2 +(y -k)^2 = r^2
The given circle is ...
(x -2)^2 +(y -2)^2 = 16
__
(b) When the circle is centered at the origin, the radius is a constant. The desired circle is most easily written in polar coordinates:
r = 2
80 1.5 because 10 times 8 equals 80 plus 1.5 equals 80.1.5
Using pseudocode:
printArray(arr[], integers)
DECLARE integers
integers = SizeOf(arr)
FOR i = 1 to integers // loop from 1 to the number of elements in arr[]
print(i)
print('')
i = i + 1
ENDFOR
END