Pretty sure 6.5 because line CB and ZY are similar and you divide by 3 to make them similar so you divide line AB by 3 and you get 6.5
Answer:
the first one
Step-by-step explanation:
y-y1=m(x-x1)
y-20=12(x-3)

simplify:

Answer:
take 19 degree as reference angle
using sine rule
sin 19 degree=x/74
0.32=x/74
0.32*74=x
23.68=x
Step-by-step explanation:
Hope this helps u !!
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:
18
Step-by-step explanation: