You could do the multiplication....
When you multiply two binomials of the form
(a + b)(c + d)
you are going to use the distributive property three times. First, multiply each term inside the second set of parentheses by the (a + b) which is outside:
(a + b)*c + (a + b)*d
Now, you have two more places to use the distributive property. Multiply each term inside the first set of parentheses by the "c" which is outside, and each term inside the second set of parentheses by the "d" which is outside:
a*c + b*c + a*d + b*d
And the multiplication is complete, except for any simplification that might be possible. Do you see that each term inside the first set of parentheses in the original expression gets multiplied by each term inside the second set of parentheses. This, basically, is how you multiply two polynomials together.
Let's see if we can apply this to your problem:
(6n - 2)*(2n + 1)
Multiply each term in the second set of parentheses by 6n, and by -2:
6n*2n + 6n*1 + (-2)*2n + (-2)*1
You can do some simplifying....I'll leave that part up to you.