Answer:
x = 128 degrees
Step-by-step explanation:
First figure out the angle inside the triangle
1st step: add 55 and 73 together:
⇒ 55 + 73 = 128
2nd step: subtract the sum from 180:
⇒ 180 - 128 = 52
to find x, take 180 again and then subtract 52 from it:
⇒ 180 - 52 = 128
Answer:
123
Step-by-step explanation:
32r
answer is x is less than or equal to -13
hope this helps:-)
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:slope of line is 5/7
Explanation:The slope of the line can be calculated using the following rule:
slope =

The given points are:
(-9,-10) which represent (x1,y1)
(-2,-5) which represent (x2,y2)
Substitute with the points in the above equation to get the slope as follows:
slope =

= 5/7
Hope this helps :)