Point A=(0,0)and B=(3,0).Which of the following choices of C will make traingle ABC a right traingle? I try to work it with vector for whe I subtract (0,0) to (3,0) and gives me (-3,0) this only give me straight line.

I don't have the choices, but I suspect (0,4) was one of them. Then you'd have a 3-4-5 right triangle.

If that's not one of them, then you'll have to check dot products. If one of the dot products is zero, then those two vectors are orthogonal.

To determine if triangle ABC will be a right triangle, we can use the Pythagorean theorem. According to the theorem, if the square of the length of one side of a triangle is equal to the sum of the squares of the lengths of the other two sides, then the triangle is a right triangle.

In this case, the length of side AB is 3 units, since B is at (3,0) and A is at (0,0). Now, let's consider the possible coordinates for point C.

To form a right triangle, we need a point C such that the sum of the squares of the lengths AC and BC is equal to the square of the length AB.

Using the distance formula, the length of AC can be found as follows:

AC² = (x₂ - x₁)² + (y₂ - y₁)²
AC² = (x - 0)² + (y - 0)²
AC² = x² + y²

Similarly, for BC:

BC² = (x - 3)² + (y - 0)²
BC² = (x - 3)² + y²

Since AB = 3, the Pythagorean theorem gives us:

AC² + BC² = AB²
(x² + y²) + [(x - 3)² + y²] = 3²
x² + y² + (x - 3)² + y² = 9
2x² - 6x + 18 = 9
2x² - 6x + 9 = 0

Now, we need to solve this quadratic equation to find the possible x-coordinates (x-values) of point C. We can use the quadratic formula:

x = (-b ± √(b² - 4ac)) / (2a)

By substituting the values, we get:

x = [-(-6) ± √((-6)² - 4(2)(9))] / (2(2))

Simplifying further:

x = (6 ± √(36 - 72)) / 4
x = (6 ± √(-36)) / 4

Since the square root of a negative number is not defined in the real number system, we can see that there are no real solutions for x. This means that there are no possible x-coordinates for point C that would make triangle ABC a right triangle.

Therefore, none of the given choices for point C will give us a right triangle.