It will be c i showed how on paper
Answer:
(10x - 5) square units.
Step-by-step explanation:
Let the lengths of equal sides be x units.
Hence, AB + AD + DC = x + x + x = 3x
Therefore, BC = 3x - 2

Answer:
bool b = isupper(x);
Step-by-step explanation:
I have written the expression for a char variable x.The isupper(x) will return true if the character x is upper case and false if the character x is lower case.
I have stored the returned value to a bool variable b .So the value of variable b will be true only when the x is in uppercase and false when b is lower case.
Answer: 15
Step-by-step explanation:
Answer:
x < -11/6.
Step-by-step explanation:
−12x + 13 > 35
-12x > 35 - 13
-12x > 22
Divide both sides by -12 and invert the inequality sign:
x < -22/12
x < -11/6.