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.
<span>3x(x^2+4)
= 3x^3 + 12x
hope it helps</span>
Answer:
6k^3(2 - 5k)
Step-by-step explanation:
12k^3 - 30k^4
Factor out 6k^3
6k^3(2 - 5k)
Answer:
c. 10
Step-by-step explanation:
Eliminate parentheses using the distributive property.
3(b+4) -2(2b+3) = -4 . . . . given
3b +12 -4b -6 = -4 . . . . . parentheses eliminated
-b +6 = -4 . . . . . . . . . . . . collect terms
-b = -10 . . . . . . . . . . . . . . subtract 6
b = 10 . . . . . . . . . . . . . . . . multiply by -1
_____
The rules of equality require that any operation you perform on one side of the equal sign must also be done on the other side. So when we say "subtract 6", we assume you know that means "subtract 6 from both sides of the equation", for example.