Answer:
25.63694268 = r
Step-by-step explanation:
The circumference is
C = 2*pi*r
161 = 2*(3.14) *r
161 = 6.28 r
Divide each side by 6.28
161/6.28 = r
25.63694268 = r
Answer: C) 4 x 3 cm
Step-by-step explanation:
The only dimension affected by the cut was 5, because the cut was perfectly parallel to the 4x3 face.
Answer:
He would have to wait for 5 weeks
Step-by-step explanation:
$5 x $5 = $25
$25 + $10.50 = $35.50
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
Multiply 3 and 8 then you will have your answer