Find a graph with exactly three automorphisms (not six).
There are many answers to this. (For example, take one such graph,
and add on some other gross thing totally disconnected from it!)
Here are a few:
Incidentally, you can do 1d if you correspond (a,b) to the matrix
| b | a |
| 0 | b |
5. The only element of Z/nZ that could serve as the multiplicative identity is 1, since 1 is the only A such that A * 1 = 1. But for all x, x * 0 = 0. For n>1, 0 and 1 are different, so x * 0 is not 1. Therefore 0 has no multiplicative inverse, and Z/nZ is not a group under multiplication.
6. a,e but not b,c,d,f. Again, to show they're not subgroups, you must either find that they're empty (though none of these are), or an element without its negative in your "subgroup", or two elements whose sum isn't in your "subgroup". It's usually not very convincing to include a lot of bluster that "obviously, these bad elements exist" -- just write one (or one pair) down, and everyone can agree.
9a. We need to check that if we add two elements, or negate one element, of this nonempty set that we get another such element. This is easy.
b. 1/(a + b sqrt{2}) = a/(a^2 - 2b^2) - b/(a^2 - 2b^2) sqrt{2}.
12.
15. This is tautological for n=1. Now for n>1, let's rewrite
(a_1 a_2 ... a_n)^-1 = ((a_1 a_2 ... a_{n-1}) a_n)^-1 = (g a_n)^-1
if we let g = a_1 ... a_{n-1}. What can we say about this smaller problem?
(g a_n)^{-1} (g a_n) = 1
(g a_n)^{-1} g = a_n^{-1} by multiplying on the right
(g a_n)^{-1} = a_n^{-1} g^{-1} by multiplying on the right again
so returning to our previous question,
(a_1 a_2 ... a_n)^{-1} = a_n^{-1} g^{-1}.
Now g is a product of n-1 things, so by induction, we already know how to compute its inverse, a_{n-1}^-1 .... a_1^{-1}. Sticking that into our equation gives us the desired result at n too. QED.
27. We need to check that the identity is in this set (it is, from n=0), that the inverse of any x^n is in this set (it is, at x^{-n}), and that the product of any two x^n and x^m is in this set (it is, at x^{n+m}). Then we're done.