( 6 − 7 i ) ( − 8 + 3 i )
First FOIL:
( 6 − 7 i ) ( − 8 + 3 i ) = -48 + 18i + 56i -21i^2
Combine like terms
= -48 + 74i -21i^2
Convert i^2 = -1
= -48 + 74i -21(-1)
And simplify
= -48 + 74i + 21
= -27 + 74i
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:
The slope is -1
Step-by-step explanation:
It's decreasing which means it's negative and it decreases by 1 every time x increases by 1.
Answer:
its 5325.76190476
or 5325.8 if you want to round it
Step-by-step explanation: