Given TriangleABC with a = 9, b = 15, and m<A= 28 degrees, find the number of distinct solutions.

I got two solutions. Not sure if I am correct though.

To determine the number of distinct solutions for Triangle ABC with given measurements, you can use the Law of Sines. The Law of Sines states that the ratio of the length of a side of a triangle to the sine of its opposite angle is constant. In mathematical terms:

a/sin(A) = b/sin(B) = c/sin(C)

In this case, you have the measurements a = 9, b = 15, and angle A = 28 degrees. To find the number of distinct solutions, you need to find all possible values of angles B and C that satisfy the given measurements.

First, use the Law of Sines to find the length of side c:
c/sin(C) = a/sin(A)
c/sin(C) = 9/sin(28)
c = (9 * sin(C)) / sin(28)

Next, since the sum of the angles in a triangle is always equal to 180 degrees, you can find angle C:
C = 180 - A - B
C = 180 - 28 - B
C = 152 - B

Now, substitute the value of angle C into the equation for side c:
(9 * sin(C)) / sin(28) = (15 * sin(B)) / sin(180 - A - B)

You can rearrange the equation to solve for sin(B):
sin(B) = (9 * sin(C) * sin(180 - A - B)) / (15 * sin(28))

To determine the number of distinct solutions, you need to find the possible values of angle B that satisfy the equation.

Using a calculator, evaluate sin(B) for different values of B within the range of 0 to 180 degrees. Look for values where sin(B) matches the result obtained from the equation above. If there are multiple matching values, you will have multiple solutions. Count the distinct values of B to determine the number of solutions.

Keep in mind that angles B and C must be positive and less than 180 degrees since they are part of a triangle.

After evaluating sin(B) for different values of B, count the distinct solutions to find the number of solutions for Triangle ABC.

Note: It is not possible to determine the number of solutions without further calculations or using a diagram to understand the triangle's characteristics.