document.write( "Question 92657: In the xy-plane, line l passes through the origin and is perpendicular to the line 4x+y=k, where k is a constant. If the two lines intersect at the point (t,t+1), what is the value of t? \n" ); document.write( "
Algebra.Com's Answer #67499 by scott8148(6628)![]() ![]() You can put this solution on YOUR website! perpendicular lines have slopes that are negative reciprocals, so the slope of line 1 is -1/(-4) or 1/4\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "it passes through the origin so the equation is y=x/4 ... substituting gives t+1=t/4 ... 4t+4=t ... 3t=-4 ... t=-4/3 \n" ); document.write( " |