For problems that ask for the units digit of an expression, yet seem to require too much computation, remember the Last Digit Shortcut. Solve the problem step-by-step, but recognize that you only need to pay attention to the last digit of every intermediate product. Drop any other digits.
So, we can drop any other digits in the original expression, leaving us to find the units digit of:
(4)(2x + 1)(3)(x + 1)(7)(x + 2)(9)(2x)
This problem is still complicated by the fact that we don’t know the value of x. In such situations, it is often a good idea to look for patterns. Let's see what happens when we raise the bases 4, 3, 7, and 9 to various powers. For example: 31 = 3, 32 = 9, 33 = 27, 34 = 81, 35 = 243, and so on. The units digit of the powers of three follow a pattern that repeats every fourth power: 3, 9, 7, 1, 3, 9, 7, 1, and so on. The patterns for the other bases are shown in the table below:
The patterns repeat at least every fourth term, so let's find the units digit of (4)(2x + 1)(3)(x + 1)(7)(x + 2)(9)(2x) for at least four consecutive values of x:
x = 1: units digit of (43)(32)(73)(92) = units digit of (4)(9)(3)(1) = units digit of 108 = 8
x = 2: units digit of (45)(33)(74)(94) = units digit of (4)(7)(1)(1) = units digit of 28 = 8
x = 3: units digit of (47)(34)(75)(96) = units digit of (4)(1)(7)(1) = units digit of 28 = 8
x = 4: units digit of (49)(35)(76)(98) = units digit of (4)(3)(9)(1) = units digit of 108 = 8
The units digit of the expression in the question must be 8.
Alternatively, note that x is a positive integer, so 2x is always even, while 2x + 1 is always odd. Thus,
(4)(2x + 1) = (4)(odd), which always has a units digit of 4
(9)(2x) = (9)(even), which always has a units digit of 1
That leaves us to find the units digit of (3)(x + 1)(7)(x + 2). Rewriting, and dropping all but the units digit at each intermediate step,
(3)(x + 1)(7)(x + 2)
= (3)(x + 1)(7)(x + 1)(7)
= (3 × 7)(x + 1)(7)
= (21)(x + 1)(7)
= (1)(x + 1)(7) = 7, for any value of x.
So, the units digit of (4)(2x + 1)(3)(x + 1)(7)(x + 2)(9)(2x) is (4)(7)(1) = 28, then once again drop all but the units digit to get 8.
The correct answer is D.