Respuesta :

Map the triangle on the graph. Input A, B, and C.
Then, you can just flip it over the x axis. To make it simple, you can do (x,y) -> (-x, y). Map the remainder of the triangle across the x axis. If you have any questions, please comment.