A reflection over the x axis coupled with another reflection over the y axis leads to a rotation of 180 degrees.
In other words,
Start with point A. Reflect over the x axis to get point B. Reflect B over the y axis to get point C. To go from A to C, we can rotate A 180 degrees about the origin.
----------------
So this means that if we do those reflections and then do the rotation, then we end up back where we started. Wherever point A is located, the point A' will also be located at the same position with the same coordinates.
Answer:
1. -9
2. -2
3. -3
4. 2 (positive)
Step-by-step explanation:
positive + negative= positive
negative + positive =negative
positive +positive =positive
negative +negative =negative
hope you like it ( ' - ' )
Answer:
Step-by-step explanation:
Count pairs (a, b) whose sum of squares is N (a^2 + b^2 = N)
Given a number N, the task is to count all ‘a’ and ‘b’ that satisfy the condition a^2 + b^2 = N.
Note:- (a, b) and (b, a) are to be considered as two different pairs and (a, a) is also valid and to be considered only one time.
Examples:
Input: N = 10
Output: 2
1^2 + 3^2 = 9
3^2 + 1^2 = 9
Input: N = 8
Output: 1
2^2 + 2^2 = 8
Answer:
E < F < G
Step-by-step explanation:
hope this helps
The graph of the equation y = m^x passes through the point (1, m)
<h3>Equation of a graph</h3>
Given the equation of a graph expressed as y = m^x
We need to determine the coordinate point that lies on this graph.
If x = 1, substitute into the formula to have:
y =m^1
y = m
Hence the required coordinate will be (1, m)
Learn more on equation of graph here: brainly.com/question/24894997