Answer:
D. 157
Step-by-step explanation:
4(x^2+3)-2y
4(6^2+3)-2(-1/2) add in given values
4(39)+1. start with parentheses
156+1. combine like terms
157. answer
Collinear=On the same line
N-U
N-T
U-T
I believe that is what this questions is asking. :)
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
This one.
The doubly-shaded area is the solution set. The dashed line is not included.
Answer:
7i
Step-by-step explanation:
We know that i = √-1
Then solving the given:
- √-49 = √49×(-1) = √49 × √-1 = 7×√-1 = 7i
So the answer is: