What do you need help with? I'm looking for points mate..
The conditional statement is
if x < y:
result = x * 5
<h3>How to write the if/else statement as the conditional expression that performs the same option?</h3>
The statement is given as:
result = x < y ? x * 5
The above means that,
the variable result is assigned x * 5 if x < y
So, the conditional statement is
if x < y:
result = x * 5
Read more about conditional statement at
brainly.com/question/11073037
#SPJ4
4i = b
6(i-6) = b-6
6(i-6) = 4i - 6
6i - 36 = 4i - 6
2i - 36 = -6
2i = 30
i = 15 years old
b = 60 years old
Check:
15 * 4 = 60
9 * 6 = 54 :)
Answer:
Area is 235
Step-by-step explanation:
Split the shape evenly so 11 x 14 and 9 x 9then multly and add
when slpitting up the number some times you have to add or subtract so to get 9 x 9 we just take 20 then take away 11 due to the line going through 20 and 20 - 11 = 9
9 x 9 = 81
11 x 14 = 154
81 + 154 = 235
or
Simular to the first one but the cutting line is different. this time the line cuts through 14
9 x 20 = 180
11 x 5 = 55
180 + 55 = 235
Answer:
The probability that two of them
die is 0.257
Step-by-step explanation:
From the question, we have that the mortality rate is 0.1
So the probability that they will survive is 1-0.1 = 0.9
Now, we want to check that two will die
We are going you use the Bernoulli approximation of the Binomial theorem as follows
= nCr * p^n * q^(n-r)
where n = 16
r = 2
P = 0.1
q = 0.9
Substituting these values;
14 C 2 * 0.1^2 * 0.9^12
= 0.257