The base of the triangle could be 4, a side length could be 2. The other side might have the same side length as the first one, so 2 is a possible side length
2
Answer: x= 1.9
Step-by-step explanation:
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
The number of unique ways is given by the number of possible
combination having distinct members.
The number of unique ways there are to arrange 4 of the 6 swimmers are <u>15 ways</u>.
Reasons:
The given parameters are;
The number of swimmers available = 6 swimmers
The number of swimmers the coach must select = 4 swimmers
Required:
The number of unique ways to arrange 4 of the 6 swimmers.
Solution:
The number of possible combination of swimmers is given as follows;

Therefore, the coach can select 4 of the 6 available swimmers in <u>15 unique ways</u>
Learn more here:
brainly.com/question/23589217