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 probability that she gets all 7 questions correct is 0.0078.
Step-by-step explanation:
We are given that Karri takes a 7 question true-false test and guess on every question.
The above situation can be represented through binomial distribution;
where, n = number of samples (trials) taken = 7 question
r = number of success = all 7 questions correct
p = probability of success which in our question is probability that
question is correct, i.e. p = 50%
Let X = <u><em>Number of question that are correct</em></u>
So, X ~ Binom(n = 7, p = 0.50)
Now, the probability that she gets all 7 questions correct is given by = P(X = 7)
P(X = 7) =
=
= <u>0.0078</u>
A. 4 yards hope this helped!!!
There are 204 teddy bears in the shipment.
Step-by-step explanation:
Total number of cases received = 17 cases
Numbers of bears per case = 12 bears
Total number of bears in the shipment = Cases received * Bears per case
Total number of bears = 
Total number of bears = 204
There are 204 teddy bears in the shipment.
Keywords: multiplication
Learn more about multiplication at:
#LearnwithBrainly