Answer:
(-2.5, 2)
Step-by-step explanation:
just find where the points meet up lol
Answer:
x=11
Step-by-step explanation:
trust i guess
Answer:
13
Step-by-step explanation:
4 + 9
[ 9 + 2 = 11 ]
[ 11 + 2 = 13 ]
You haven't shared "the given value of x," or, if you have, you haven't drawn attention to it.
Just suppose we were to choose x = 4 as a possible solution and then try to find a value of the parameter k that would make x = 4 an actual solution.
2(4) + 4k - 9 = (4)(4) - (4) + 1
Then 8 + 4k - 9 = 16 - 4 + 1, or 4k - 1 = 13. Then 4k = 14, and k = 14/4, or (after reduction) k = 7/2
If the parameter k equals 7/2, then x = 4 is a solution to the given equation.
To check this out further, start with the proposed solution x = 5 and find k.
Step-by-step explanation:
the general line equation format is
y = ax + b
a is the slope or gradient of the line. it is the ratio of "y coordinate change / x coordinate change".
b is the y-intercept, the y value when x = 0. we get this by putting one point into the equation and solve for b.
(i)
A (3, 5)
B (5, 9)
x changes by +2 (from 3 to 5).
y changes by +4 (from 5 to 9).
so, the slope (or gradient) is +4/+2 = 2
(ii)
the semi-finished equation is
y = 2x + b
let's use A to get b :
5 = 2×3 + b = 6 + b
b = -1
and the full equation is
y = 2x - 1
(iii)
for point (4, k) we get
k = 2×4 - 1 = 8 - 1 = 7