Answer:
Sphere Volume = (4/3) * PI * radius^3
radius = cube root (Sphere Volume) / (4/3)*PI
radius = cube root (5,600) / (4/3)*PI
radius = 11.016 cm
radius = 11 cm (rounded)
Answer is B
Step-by-step explanation:
Answer: 30x
Step-by-step explanation:
x
x 
This can also be written as :

= 
which could be written as :
x 
= 30x
Answer:
Correct amnswer is A
Step-by-step explanation:
Yes, 23 has an inverse mod 1000 because gcd(23, 1000) = 1 (i.e. they are coprime).
Let <em>x</em> be the inverse. Then <em>x</em> is such that
23<em>x</em> ≡ 1 (mod 1000)
Use the Euclidean algorithm to solve for <em>x</em> :
1000 = 43×23 + 11
23 = 2×11 + 1
→ 1 ≡ 23 - 2×11 (mod 1000)
→ 1 ≡ 23 - 2×(1000 - 43×23) (mod 1000)
→ 1 ≡ 23 - 2×1000 + 86×23 (mod 1000)
→ 1 ≡ 87×23 - 2×1000 ≡ 87×23 (mod 1000)
→ 23⁻¹ ≡ 87 (mod 1000)