The volume of a sphere:

r - the radius
The diameter is twice the radius.
![d=36 \ in \\ r=\frac{36}{2} \ in = 18 \ in \\ \\ V=\frac{4}{3} \pi \times 18^3=\frac{4}{3}\pi \times 5832=\frac{23328}{3} \pi=7776\pi \ [in^3]](https://tex.z-dn.net/?f=d%3D36%20%5C%20in%20%5C%5C%0Ar%3D%5Cfrac%7B36%7D%7B2%7D%20%5C%20in%20%3D%2018%20%5C%20in%20%5C%5C%20%5C%5C%0AV%3D%5Cfrac%7B4%7D%7B3%7D%20%5Cpi%20%5Ctimes%2018%5E3%3D%5Cfrac%7B4%7D%7B3%7D%5Cpi%20%5Ctimes%205832%3D%5Cfrac%7B23328%7D%7B3%7D%20%5Cpi%3D7776%5Cpi%20%5C%20%5Bin%5E3%5D)
The exact volume of the sphere is 7776π in³.
It would be 20 years because if En is 100 Mark will be 25. 25 times 4 is equal to 100
Table for the question is attached in the picture below :
Answer:
SELECT distinct(TRUCK_ID), WEIGHT from SHIPMENT where WEIGHT < 800 ;
Step-by-step explanation:
The Structured query language (SQL) defined above, returns only the TRUCK_ID and Weight column from the shipment table as they are the only two columns listed after the select keyword. The condition is added using the WHERE keyword on the weight table, this filters the result returned to include only rows where the weight value is less than 800. The distinct keyword used alongside the TRUCK_ID column ensures that a certian TRUCK_ID value isn't returned more than once (Hence, it is used to avoid duplicates).
The factors of 25 and 60 would be 5. 25 divided by 5 is 5 and 60 divided by 5 is 12.
So here is what the distributive property looks like.
a(b+c)=a*b+a*c but we are going to rewrite a*b and a*c as 5*5 and 12* 5
a(b+c)=5*5+12*5
So i'd say its 5*5+5*12 i hope this helps
Answer:
1. a ≥ -3 and a ≤ 3
I am assuming you mean to have an = sign as well
Step-by-step explanation:
|a| < =3
we get two solutions, one positive and one negative
remember to flip the inequality for the negative
a<=3 and a >= -3