Answer:

Step-by-step explanation:
x² + 2x - 3 + y² = 5
Strategy:
Convert the equation to the centre-radius form:
(x - h)² + (y - k)² = r²
The centre of the circle is at (h, k) and the radius is r
.
Solution:
Move the number to the right-hand side.
x² + 2x + y² = 8
Complete the square for x
(Take half the coefficient of x, square it, and add to each side of the equation)
(x² + 2x + 1) + y² = 9
Complete the square for y
The coefficient of y is zero.
(x² + 2x + 1) + y² = 9
Express the result as the sum of squares
(x + 1)² + y² = 3²
h = -1; k = 0; r = 3
The centre of the circle is at 
The graph of the circle below has its centre at (-1,0) and radius 3.
We can write this as
(x - 5)^2 + (y + 3)^2 = r^2
where r = radius
Plugging in the point (2,5) we have
(2-5)^2 + (5+3)^2 = r^2
r^2 = 9 + 64 = 73
so the required equation is
(x - 5)^2 + (y + 3)^2 = 73
For this problem, we are given a parallelogram with a diagonal drawn, inside it there are markings for a few angles. We need to determine the unknown angles.
Opposite sides of a parallelogram are parallel, this means we can treat the diagonal as a transversal line that crosses two parallel lines. Since this is the case, the angles 33º and xº are alternate interior angles and have the same length:

The opposite angles in a parallelogram are congruent, therefore:

The sum of internal angles is 360º, therefore we have:

The value of x is 33º, the value of y is 38º and the value of z is 109º.
#include
int main()
{
int num;
scanf("%d", &num);
printf("%d", num*num);
return 0;
}
1.25
hope it helped and sorry if it's wrong i wish you luck