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>2x + 4y = 36
3x - 4y = -6
--------------add
5x = 30
x = 6
</span>2x+4y=36
2(6)+4y=36
12 + 4y = 36
4y = 24
y = 6
answer
<span>(6, 6) is a solution of equations
</span><span>(4,7) is NOT a solution of equations</span>
Answer:
We multiply by 2 and add 4
Step-by-step explanation:
To find the pattern, we find the slope
m = ( y2-y1)/(x2-x1)
m = ( 10-6)/(3-1)
m = 4/2
m =2
We are multiplying by 2
y = mx+b where m is the slope and b is the y intercept
y = 2x+b
Using the point (1,6)
6 = 2(1)+b
6 = 2+b
The y intercept is 4
y = 2x+4
We multiply by 2 and add 4