document.write( "Question 1065633: What is the x-coordinate of the point where the lines x=4y-8 and 12x+y=11 intersect? \n" ); document.write( "
Algebra.Com's Answer #680802 by math_helper(2461)![]() ![]() You can put this solution on YOUR website! I like to work with the slope-intercept form of the line:\r \n" ); document.write( "\n" ); document.write( " \r\n" ); document.write( " x=4y-8 —> y = (1/4)x + 2 (1)\r\n" ); document.write( " 12x+y=11 —> y = -12x + 11 (2)\r\n" ); document.write( "\r\n" ); document.write( "At the point where they intersect the two y values must be equal, so set eq(1) = eq(2):\r\n" ); document.write( "\r\n" ); document.write( " (1/4)x + 2 = -12x + 11\r\n" ); document.write( " ( (1/4) + (48/4))x = 9\r\n" ); document.write( " (49/4)x = 9\r\n" ); document.write( " x = 36/49\r\n" ); document.write( "—\r\n" ); document.write( " Ans:\n" ); document.write( " |