A triangle has coordinates A(0,0), B(3,4), and C(5,0). (Graph these points.)?

1 Answer
Oct 23, 2017

See a solution process below:

Explanation:

The point #A(0, 0)# is at the origin:

graph{(x^2 + y^2 - 0.05)=0 [-10, 10. -5, 5]}

The point #B(3, 4)# is #3# to the right of the origin and #4# up from the origin:

graph{((x - 3)^2 + (y - 4)^2 - 0.05)(x^2 + y^2 - 0.05)=0 [-10, 10. -5, 5]}

The point #C(5, 0)# is #5# to the right of the origin and on the horizontal #x#-axis:

graph{((x - 5)^2 + y^2 - 0.05)((x - 3)^2 + (y - 4)^2 - 0.05)(x^2 + y^2 - 0.05)=0 [-10, 10. -5, 5]}}

With Labels:

enter image source here