document.write( "Question 1062053: at what point do y=.4x+-2.4 and y=-1x+6 intersect
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #676827 by math_helper(2461)![]() ![]() You can put this solution on YOUR website! They intersect when the x and y values match. Setting the two functions equal to each other fixes the y value, then we can solve for x:\r \n" ); document.write( "\n" ); document.write( " y = 0.4x-2.4 = -x + 6 \n" ); document.write( " 1.4x = 8.4 \n" ); document.write( " x = 6\r \n" ); document.write( "\n" ); document.write( "y = 0.4(6) - 2.4 = 2.4 - 2.4 = 0 so (6,0) is where they intersect.\r \n" ); document.write( "\n" ); document.write( "— \n" ); document.write( "Ans: The two lines intersect at (6,0) \n" ); document.write( "— \n" ); document.write( "Check: Plug x=6 into the other function, just to be sure it produces y=0: \n" ); document.write( " y = -6+6 = 0 (ok) \n" ); document.write( " |