Question

Difficulty: Very hardLinear Functions and Graphs

In the xyxy-plane, the graph of the linear function ff passes through the point (6,4)(6, 4). Line gg is perpendicular to the graph of ff and has a yy-intercept of (0,12)(0, 12). The graph of ff and line gg intersect at the point P(h,k)P(h, k), where hh and kk are integers. If the slope of the graph of ff is a positive integer greater than 55, what is the value of kk?

Answer: 11

Answer

The value of kk is 1111.
By equating the linear equations representing ff and gg, we find that the intersection point's xx-coordinate hh is given by h=6+8m6m2+1h = 6 + \frac{8m - 6}{m^2 + 1}. Since hh is an integer and mm is a positive integer greater than 55, the inequality m2+18m6m^2 + 1 \le 8m - 6 limits mm to the range 1m71 \le m \le 7. Testing the integers greater than 55 (which are 66 and 77) reveals that only m=7m = 7 yields an integer value for hh, resulting in h=7h = 7. Substituting these values back into the equation of either line yields k=11k = 11.

Step-by-Step Solution

1
Write the equation of the linear function ff in terms of its slope mm.
y4=m(x6)    y=mx+46my - 4 = m(x - 6) \implies y = mx + 4 - 6m
Since the graph of ff passes through the point (6,4)(6, 4) with slope mm, we can use the point-slope form of a linear equation.
2
Write the equation of line gg in slope-intercept form.
y=1mx+12y = -\frac{1}{m}x + 12
Line gg is perpendicular to the graph of ff, so its slope is the negative reciprocal of mm, which is 1m-\frac{1}{m}. Its yy-intercept is (0,12)(0, 12).
3
Equate the two equations to find the xx-coordinate hh of the intersection point P(h,k)P(h, k) in terms of mm.
h=6m2+8mm2+1h = \frac{6m^2 + 8m}{m^2 + 1}
At the intersection point, the yy-values of both equations are equal, so we solve mx+46m=1mx+12mx + 4 - 6m = -\frac{1}{m}x + 12 for xx.
4
Analyze the expression for hh to find the integer constraints on mm.
h=6+8m6m2+1    m28m+70    1m7h = 6 + \frac{8m - 6}{m^2 + 1} \implies m^2 - 8m + 7 \le 0 \implies 1 \le m \le 7
For hh to be an integer, 8m6m2+1\frac{8m - 6}{m^2 + 1} must be an integer. Since mm is a positive integer greater than 55, the numerator is positive, meaning the denominator m2+1m^2 + 1 must be less than or equal to the numerator 8m68m - 6.
5
Test the possible integer values of mm greater than 55 to find the one that yields integer coordinates.
m=7    h=7m = 7 \implies h = 7
The only integers greater than 55 in the range [1,7][1, 7] are 66 and 77. Testing m=6m=6 gives a non-integer, while m=7m=7 gives h=7h = 7, which is an integer.
6
Calculate the yy-coordinate kk of the intersection point PP.
k=11k = 11
Substitute h=7h = 7 into the equation of line gg: k=17(7)+12=11k = -\frac{1}{7}(7) + 12 = 11.

Key Concept

Linear Functions and Graphs
Rate this question