Don't ignore the easy problems! Finding efficient ways to do easy problems is of prime importance because it means that you have more time for hard questions. This problem should take you 30 seconds or less.
Others have mentioned some pretty quick methods - you can use those awesome ways or stick to what you already know if that's what is most comfortable for you.
Thought:Just multiply 5 pairs of single digit numbers and add two numbers up!
All of the answer choices end in 9. So we can't simply multiply the units digits. There are some tens digits which are the same so the tens and units digits are the same number, but the hundreds digits makes all of the numbers different.
You can start multiplying 987 x 987 the long and tedious way,
but stop at the units, tens, and hundreds digit when multiplying and ignore the rest. In other words, don't multiply it all out.
Math: Short, simple, and sweet* Line 1: \(987 * 987\) = 7*7, 7*8, 7*9 the first three digits are 9, 0, 9 (in order from highest digit to units digit; don't forget to carry over the tens digits like you would normally do)
* Line 2: Then 8*7 and 8*8 the first three digits for the next line is 9, 6, 0
* Line 3: Then for the next line it's just 9*7, so 3, 0, 0
+ Add up the digits accordingly and it's
169 (leave the 2 out since it isn't even necessarily the correct thousand's digit, as it needs to get added to the full multiplication).
Answer is (A).