Text-book way of solving:
Since the problem is asking for "at least one" it's quicker to use formula,
P(at least one) = 1 - P(none)
So u find out the prob of drawing only 2 blue balls (all blue).
P(2 all blue) = (6/8)(5/7) = 30/56
Therefore, 1-(30/56)=13/28.
I think with your approach 2, you should've used combinations. Cuz you don't know "which" of the two red balls and six blue balls were chosen. You have to take into account red1 chosen with blue1, red1 chosen with blue 2 etc.
There are 2*6=12 ways of picking 1 red and 1 blue.
There is only ONE way of picking 2 red. (There are only 2 reds!!)
So total, 13.
Now, you have 8C2=28 ways of picking two balls from a bag of eight.
Thus, 13/28.