You did not include the figure, but according to the statement the viewing room of the planetarium is in the shape of a hemisphere.
A hemisphere is half a sphere.
So, the volume of a hemisphere is the half of the volume of the complete sphere.
The formula for the volume of a sphere is:
V = (4/3) π (radius)^3
Using π = 3.14 and radius = diameter / 2 = 50 feet / 2 = 25 feet.
You get:
V = (4/3) (3.14) (25 feet)^3 = 65,416.7 feet^3
Answer: 65,416.7 cu. ft.
Answer:
2^3*2^4=4^7 is wrong.
Step-by-step explanation:
2^3*2^4=2^7
Answer:324
Step-by-step explanation:
int i = 42.7; /* konwersja z double do int */
float f = i; /* konwersja z int do float */
double d = f; /* konwersja z float do double */
unsigned u = i; /* konwersja z int do unsigned int */
f = 4.2; /* konwersja z double do float */
i = d; /* konwersja z double do int */
char *str = "foo"; /* konwersja z const char* do char* [1] */
const char *cstr = str; /* konwersja z char* do const char* */
void *ptr = str; /* konwersja z char* do void* */
Podcza
Answer:
Step-by-step explanation:
3y+7=2x
3y=2x-7
y=(2/3)x-7/3
when parallel, the y=ax+b, the a keeps the same
so it‘s y=(2/3)x-a
and it pass (2,6), so 6=(2/3)*2 -a
6=4/3-a
-a=(18-4)/3
-a=14/3
a=-14/3