∑from n=10 to ∞ (((-1)^(n-1))/(√(n)-3))

it converges

use the alternating series test

I though the -3 make it less than 0 so it does not qualify for the alternating series test, right?

To find the sum of the series ∑ from n=10 to ∞ (((-1)^(n-1))/(√(n)-3)), we can use the concept of an infinite series and some algebraic manipulation.

First, let's rewrite the series with the terms in a more convenient way:
∑ from n=10 to ∞ (((-1)^(n-1))/(√(n)-3))
= (-1)^(10-1)/((√(10)-3)) + (-1)^(11-1)/((√(11)-3)) + (-1)^(12-1)/((√(12)-3)) + ...

Notice that the series alternates between positive and negative terms, and each term is of the form (-1)^(n-1)/(√(n)-3).

To calculate the sum of this series, we need to determine if it converges or diverges.

To do this, we can use the Alternating Series Test, which states that if a series alternates in sign and the absolute value of the terms decreases as n goes to infinity, then the series converges. In our case, the sign alternates, but for the terms to decrease, we need to examine the denominator, (√(n)-3).

As n increases, √(n) also increases. Therefore, the denominator (√(n)-3) will also increase. This means that the absolute value of the terms will actually increase as n goes to infinity, violating the condition for the Alternating Series Test. Hence, the series does not converge.

Since the series does not converge, we cannot find a finite sum for it. Instead, we can consider the partial sums of the series.

Let's define the partial sum S(N) as the sum of the first N terms of the series:
S(N) = (-1)^(10-1)/((√(10)-3)) + (-1)^(11-1)/((√(11)-3)) + (-1)^(12-1)/((√(12)-3)) + ... + (-1)^(N-1)/((√(N)-3))

By calculating the partial sums for different values of N, we can get an approximation for the sum of the series.

It is important to note that since the series does not converge, the partial sums will not approach a specific value but will rather fluctuate indefinitely.

Calculating the partial sums will involve either manually adding the terms or using computational tools such as calculators or software that can handle symbolic calculations and provide accurate approximations.

Remember to be cautious with rounding errors if using a calculator or software, as they may affect the accuracy of your results.