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 value of x = -1 makes the denominator of the function equal to zero. That is why this value is not included in the domain of f(x)
Step-by-step explanation:
We have the following expression

Since the division between zero is not defined then the function f(x) can not include the values of x that make the denominator of the function zero.
Now we search that values of x make 0 the denominator factoring the polynomial 
We need two numbers that when adding them get as a result -1 and when multiplying those numbers, obtain -2 as a result.
These numbers are -2 and 1
Then the factors are:

We do the same with the numerator

We need two numbers that when adding them get as a result 4 and when multiplying those numbers, obtain 3 as a result.
These numbers are 3 and 1
Then the factors are:

Therefore

Note that
only if 
So since
is not included in the domain the function has a discontinuity in 
Answer:
4
Step-by-step explanation:
Answer:
Step-by-step explanation:
The ptobability of getting a quarter is 5/25 to the simpliest form is 1/5
The four probability is basic probability, compound event, independent and dependent event and the probability line.
I hope it'll help you much
Thank you for asking