Answer:
53d
Step-by-step explanation:
There's not much math work here, they just want you to eyeball the graph and give the closest grid point to where the two lines meet.
Let's translate the question.
Solution to the system
That's the x and y values where the two lines cross. That's because the meeting point is the value of x and y that satisfies both equations.
Approximation ... to the nearest integer values
Where two integer grid lines cross is called a lattice point. It's a point with integer coordinates. Our solution, the meet of these two lines, doesn't fall exactly on a lattice point. The nearest integer values means the closest lattice point to our intersection of lines.
Eyeballing the graph, I'd say (x,y)=(2,3) is the closest point.
Answer: (2,3) second choice
Hi there!

Use the Pythagorean theorem to find the length of the line.
If we draw an imaginary right triangle using the given line as the hypotenuse, we can derive a height of 6 units and a length of 10 units.
Use the Pythagorean theorem equation:
c² = a² + b²
Plug in the height and length:
c² = 6² + 10²
Simplify:
c² = 36 + 100
c² = 136
Take the square root of both sides:
c = √136. The correct answer is D.
Answer:
<em>(x - 2)^2 + (y + 1)^2 = 26</em>
Step-by-step explanation:
A circle with center O(2, -1) that passes through the point A(3, 4).
=> The radius of this circle is OA which could be calculated by:
OA = sqrt[(3 - 2)^2 + (4 - (-1))^2] = sqrt[1^2 + 5^2] = sqrt[26]
The equation of a circle with center O(a, b) and radius r could be written as:
(x - a)^2 + (y - b)^2 = r^2
=> The equation of circle O above with center O(2, -1) and radius = sqrt(26) is shown as:
(x - 2)^2 + (y - (-1))^2 = (sqrt(26))^2
<=>(x - 2)^2 + (y + 1)^2 = 26
Hope this helps!