Given that a,b,c,d, and e are five consecutive positive integers, we are to determine the unit digits of a^b * c^d * e.
It is worth noting that the fact that question says a,b,c,d, and e are five consecutive positive integers does not mean that a is the first integer, b second integer, c third, d fourth, and e the fifth integer.
Statement 1: c=5.
Statement 1 says 5 is one of the five consecutive integers. This means the consecutive integers can start from 5, end on 5, etc. In other words, 5 can be any of the numbers as long as it is part of the numbers.
If the five numbers are a=3,b=4,c=5,d=6, and e=7, such that the order is a,b,c,d,e.
then we have 3^4 * 5^6 * 7 = 1*5*7=35, hence the unit digit is 5.
If a=3,b=4,c=5,e=6, and d=7, implying the order is a,b,c,e,d,
then we have 3^4 * 5^7 * 6 = 1*5*6 = 30, hence the unit digit is 0.
Since we have two different unit digits, statement 1 is not sufficient.
Statement 2: a + b is six less than e + d.
This statement implies (e+d)-(a+b)=6.
Let a=3,b=4,c=5,d=6, and e=7 implying the order is a,b,c,d, and e.
a+b=7, and d+e=13, and 13-7=6 hence condition in statement 2 is satisfied.
3^4 * 5^6 * 7 = 1*5*7 = 35 hence unit digit is 5.
Let a=3,b=4,c=5,e=6, and d=7, implying the order is a,b,c,e,d. Then a+b=7, and e+d=13, and 13-7=6 hence statement 2 is statisfied.
3^4 * 5^7 * 6 = 1*5*6=30 with a unit digit of 0.
Statement 2 is not sufficient.
1+2.
Combining both statements will still not be sufficient since no new information is provided. We can still rearrange the numbers in a manner that yields two different unit digits.
The answer is E in my view.