Answer:
Point B must be at the same distance from the the origin as point A.
Step-by-step explanation:
Coordinates of point A = (3, 3)
When point A is rotated 90° counterclockwise around the origin, coordinates of the new point B will be (-3, 3)
Distance from origin to point A = 
Similarly, distance of point B from the origin = 
Therefore, distances of both the points from the origin are same.
Point B must be at the same distance from the the origin as point A.
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:
x-intercept - x = 1/2y - 3.15
y-intercept - y = 2x + 6.3
Step-by-step explanation:
For x,
-6x + 3y = 18.9
-6x = -3y + 18.9
x = -3y/-6 + 18.9/-6
x = 1/2y - 3.15
For y,
-6x + 3y = 18.9
3y = 6x + 18.9
y = 6x/3 + 18.9/3
y = 2x + 6.3
Answer:
y = 0.375x
Step-by-step explanation:
Let there are two variables, one independent variable x and another dependent variable y which are in proportionality relation.
So, y ∝ x
⇒ y = kx ........... (1) {Where k is the proportionality constant}
Let us assume that the given values of 4 and 1.50 are values of x and y respectively.
Hence, from equation (1) we get, 1.5 = 4k
⇒ k = 0.375
So, the proportionality equation is y = 0.375x (Answer)
Answer: So, the length (L) = 7 3/4 ft = 31/4 (as an improper fraction)
the width (W) = (1/3)xL
So the width = 1/3 x (31/4) =
31/12 = 2 7/12 feet
Step-by-step explanation: