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
Since it reads 1 hundreds, that means 100. 4 ones mean 4 * 1, which is 4. 2 tens means 2 * 10, which is 20. Add those together and you get 124. Where it reads "1 tenth", that means 0.1
Therefore, the number is 124.1
Answer:
19.51% probability that none of them voted in the last election
Step-by-step explanation:
For each American, there are only two possible outcomes. Either they voted in the previous national election, or they did not. The probability of an American voting in the previous election is independent of other Americans. So we use the binomial probability distribution to solve this question.
Binomial probability distribution
The binomial probability is the probability of exactly x successes on n repeated trials, and X can only have two outcomes.
In which is the number of different combinations of x objects from a set of n elements, given by the following formula.
And p is the probability of X happening.
42% of Americans voted in the previous national election.
This means that
Three Americans are randomly selected
This means that
What is the probability that none of them voted in the last election
This is P(X = 0).
19.51% probability that none of them voted in the last election
900-2*x>500
2x<900-500
2x<400
x<200
Answer:Beth can ride the bus less 200 times
Answer:
y=13
Step-by-step explanation: