Is that all there is to your question because if so the answer is 737w
The product is equal to zero if one of the factors is equal to zero.
Therefore:

Answer:
165.
Step-by-step explanation:
The nth term is an = a1 + (n - 1)d.
The common difference (d) is 7 and the first term (a1) is -3, so the 25th term
= a25 = -3 + (25-1)*7
= =3 + 24*7
= 165.
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:
For the first one it would be A. x = -3, 4 because they where f(x) and g(x) intersect.
Step-by-step explanation:
For the second one it would be B. Fuction 1 has the larger maximum at (4,1) because the maximum point for Fuction 1 is at (4,1) becuase that the highest point/vertex it goes.