If 100 students make up 40% of the 6th grade population, then 50 students make up 20% of the 6th grade population. 20% × 5 makes 100% so if your multiply 50 by 5 you'd get your population.
50 × 5 = 250 sixth-graders
The answer is 589,918
Take 652203 and subtract 62,285 from that and you get 589,918
Answer:
Step-by-step explanation:
Answer:
Consider the complete question is,
'The odds in favor of frank McKinney winning a hot dog eating contest are 2:9,
- Determine the probability that Frank will win the contest,
- Determine the probability that Frank will not win the contest'
Solution :
We know that,
Odds in favor : the ratio of the number of ways that an outcome can occur compared to how many ways it cannot occur.
We have,

So, total outcomes = 2 + 9 = 11,

Thus, the probability that Frank will win the contest = 
And,
The probability that Frank will win the contest = 
Answer:
<u>Residue</u>
Step-by-step explanation:
Let a and b be integers. We define a mod b to be the residue of dividing a by b. For example, if a evenly divides b, then a mod b=0, 20 mod 6= 2. The modulus operator is widely used in programming, and it is convenient when a and b are large numbers.
a mod b is always a nonnegative integer. In fact, 0≤ a mod b≤ |b-1| by the division algorithm. a and b can also be negative integers. Since 8=-(-5)+3 then 8 mod -5= 3.
As a final example, some known properties can be rewritten in terms of mod. a mod 2=0 if and only if a is even. a mod 2=1 if and only if a is odd.