document.write( "Question 621411: find the coordinates of the vertices of triangle ABC formed by the intersection of the lines x+y=0, x=0, y=x-1. Hence find the area of triangle ABC? \n" ); document.write( "
Algebra.Com's Answer #390724 by Emsley(35)![]() ![]() ![]() You can put this solution on YOUR website! x+y=0 meets x=0 at (0,0) y=x-1 meets x=0 at (0,-1) \n" ); document.write( "Solving x+y=0 and y=x-1 simultaneously sub y=x-1 into x+y=0 we get x+x-1=0 \n" ); document.write( "2x=1 x=1/2 Sub back to get y=-1/2 \n" ); document.write( "So points are (0,0) (0,-1) and (1/2,-1/2) \n" ); document.write( " |