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
(3x-4y)^2=9x^2-24x+16y^2
(3x-2)(9x^2+6x+4)=27x^3-8
Note that the side adjacent to angle XYZ is given (6 cm) and that the hypo is also given (15 cm). Thus, cos XYZ = adj / hyp = 6 cm / 15 cm = 2/5 = 0.4.
XYZ is then arc cos 0.4. Use the arccos function on your calculator to determine XYZ and give XYZ in both degrees and radians.
Answer:
yes i do believe so
Step-by-step explanation: