Answer:
number Of Prizes % number Of Participants == 0
When we talk about division, a number 'A' is divisible by any other number 'B',
it means the remainder after division must be 0. And, we denote division for getting the remainder by '%' sign.
So, As per the question, we have to check whether numberOfPrizes is divisible by numberOfParticipants, the expression is
number Of Prizes % number Of Participants == 0
If number Of Prizes % number Of Participants == 0, condition satisfies, the answer will be True otherwise False
money >= jeans + tshirts
65 >= 29 + 9* number of shirts
subtract 29 from each side
36> =9 *number of shirts
divide by 9 on each side
4 > =number of shirts
He can buy 4 or less shirts
Choice A
(-42) (-29) (-28)
-42 - 29 = -71
-71 - 28 = -99
-99 is your answer
hope this helps
Answer:
9. 6k + 5 and 2k - 1.
10. 5√2 .
Step-by-step explanation:
9. Area = 12k^2 + 4k - 5
Factoring:
12k^2 - 6k + 10k - 5
= 6k(2k - 1) + 5(2k - 1)
= (6k + 5)(2k - 1)
So the required lengths are 6k + 5 and 2k - 1.
10. The ratio of a leg to the hypotenuse is 1: √2 so if the hypotenus = 10 the length of a leg is 10 / √2
= 10 √2 / 2
= 5√2 .