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
(2x - 3y) (4x - y) = 8x² - 2xy - 12xy + 3y²
(2x - 3y) (4x - y) = 8x² -14xy + 3y²
---------------------------------
Answer:8x² -14xy + 3y²
---------------------------------
Answer:
Yes
Step-by-step explanation:
To be a function, the graph must pass the vertical line test.
The vertical line test is simple. Imagine you draw an infinite number of vertical lines. In all of these lines, it should never hit the function twice in the same x value.
For example, if it hits (4, 2) and (4, 7), the graph is not a function because there are two points with the same x value.
Answer:
(8,-3)
Step-by-step explanation:
I just added 1 to the x value and added 2 to the y value because that was the difference between point A and the midpoint of the segment.
Hope this helps!
3x-4y=65
3x=65+4y
x=(65+4y)/3, when y=4
x=(65+4*4)/3
x=(65+16)/3
x=81/3
x=27