Wei is writing out expressions from verbal descriptions.%0D%0A%0D%0AHe writes "multiply two by the difference of n and three" as 2(n - 3).%0D%0A%0D%0AHe writes "subtract one from the sum of n and six" as 1 - (n + 6).%0D%0A%0D%0AHe writes "add five to the product of four and n" as 5 + 4 × n. which is wrong, and whats the correct equation?

The correct equation for "add five to the product of four and n" is: 4n + 5.