Answer:
I know for sure B and C
Step-by-step explanation:
If it says that is wrong it is A, B, C.
A is on the line so it can be included depending on what you are learning.
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:
The x-intercept is 
The y-intercept is 
Step-by-step explanation:
Suppose you have a function f:

The x-intercept is the value of x when
.
The x-intercept is the value of y when
.
Solution
We have:


x-intercept
The x-intercept is the value of x when
. So:

*(-1)




The x-intercept is 
y-intercept
The y-intercept is the value of y when
. So:





The y-intercept is 
Answer:
2x
Step-by-step explanation:
x and 2 are common to both 10x and 22x, so 10x + 22x = 2x(5 + 11)
The GCF is 2x.