So this is what Im basically doing, I got how to do Number 1 and 2. This is the way I did it.

Im supposed to find the common ration and the sum number.

1. 4 + 2 + 1 + ...

The Common ratio is 0.5, so in decimal form it would be 1/2. I sort of get confused like this, I am never able to get the fraction form first, its always the decimal first, could someone tell me how to find the fraction first?

Anyways, this is what I did...

S = a/1-r
S = 4/1-0.5
S = 4/0.5 = 8

How would I do this the fraction way, I want to get used to doing it in fraction form, that would make things much easier.

2. 5 - 1 + 1/5 -...

Common ratio is -0.2, so that would be -1/5.

S = a/1-r
S = 5/1-(-0.2)
S = 5/1.2 = 4.166 = 25/6

I don't get how to do number 3, cause when I came up with a sum, I checked for the real answer, and it said, that there cant be any sum :\

-4 + 6 - 9 + ...

The common ratio would be -1.5

S = a/1-r
S = -4/1-(1.5)
S = -4/2.5
S = 1.6

I got that as an answer, so why can there be no sum?

You have missed some basic material.

if r is between -1 and 1, the series converges, and you can get an infinite series sum
If r is greater than 1, or less than -1, the series gets larger and larger, and diverges, and you cannot get a sum.

Consider the series as
10+100+1000+10000+... r=10. THe series diverges, no sum

Ok, so I would just keep the question unanswered? How would I put the answer as?

To find the fraction form of a decimal, you can convert it by writing it as a fraction with the decimal as the numerator and the appropriate power of 10 as the denominator. For example, to convert 0.5 to a fraction, you can write it as 5/10, which simplifies to 1/2.

Now, let's go through each of your examples:

1. To find the sum of the series 4 + 2 + 1 + ..., you correctly found that the common ratio is 0.5 (or 1/2). To find the sum using the fraction form, you can do:

S = a / (1 - r)
S = 4 / (1 - 1/2)

To simplify this fraction, you can find a common denominator and get:

S = 4 / (2/2 - 1/2)
S = 4 / (1/2)
S = 8/1
S = 8

So the sum of the series is 8.

2. For the series 5 - 1 + 1/5 - ..., you correctly found the common ratio to be -0.2 (or -1/5). To find the sum using the fraction form, you can do:

S = a / (1 - r)
S = 5 / (1 - (-1/5))

Again, simplify the fraction:

S = 5 / (1 + 1/5)
S = 5 / (6/5)
S = 25/6

So the sum of the series is 25/6 or 4.166.

3. For the series -4 + 6 - 9 + ..., you correctly found the common ratio to be -1.5. However, in this case, the common ratio (or any common difference between terms) does not exist. This means that the series does not converge to a finite sum and therefore does not have a sum. So your finding of 1.6 is incorrect.

In summary, when dealing with geometric series, you can find the fraction form of a decimal by converting it to a fraction. However, not all series have a finite sum, as seen in the last example.