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:
b) 5
Step-by-step explanation:
6+10=16
40 times 2 = 80
80 div by 15 = 5
Answer:
347,168 rounded to the nearest ten thousands would be 350,000.
Step-by-step explanation:
When rounding to the nearest ten thousands, you rely on the thousands place value to indicate whether to round up or down. 5 or higher give it a shove, 4 or less let it rest. 7 is in the thousands place meaning we round up. 4 is in the ten thousands place meaning it becomes 5. 347,168 rounded to the nearest ten thousands would be 350,000.
Answer:
1/1000
Step-by-step explanation:
The probability of two independent events A, B (independent = events that do not depend on each other) is given by the product of the individual probabilities of A and B:
(1)
In this problem, the single event is "getting a 3" when extracting a random number between 1 and 10.
The total number of possible outcomes is
n = 10
While the number of succesfull outcomes (getting a 3) is only one:

So, the probability of drawing a 3 in 1 draw is

Then, we want to find the probability of getting three "3" in 3 consecutive generations. These events are independent events, so we can use rule (1) to find the total probability, and we get:

Answer:
The answer is 24 yards.
Step-by-step explanation:
a² + b² = c²
10² + b² = 26²
100 + b = 676
676 - 100 = 576
√576 = 24 yards