What I think the questions asks is to use distinct positive values for a,b,c,d,e,f,g,h,i,j
and find the lowest possible value of expression \(a^b*c^d*e^f*g^h*i^j\)
Going by your logic :
I interpret "what is the units digit of the lowest possible value of ab∗cd...ab∗cd...]" to mean "what is the units digit of the smallest number you can derive from multiplying these factors"?
Substitute Q, R, S, T and U for each term of the form abab. Put another way, I think the question asks, "What is the smallest number you can make by multiplying Q x R x S x T x U, and once you have found that number, what is its units' digit?"
If that is true, then \(10^1 * 9^2 * 8^3 * 7^4 * 6^5\) =
10 x
81 x
512 x
2401 x
7776 =
7,742,895,390,720And \(1^1{10} * 2^9 * 3^8 * 4^7 * 5^6\) =
1 x
512 x
6561 x
16384 x
15625 =
861,449,408,741,376. Here is the other number, and I will put two underlines before it to align the digits' columns:
__
7,742,895,390,720The first number is definitely smaller than the second number.
But if the combination were as follows:
\(1^{10} * 9^2 * 8^3 * 7^4 * 6^5\) =
1 x
81 x
512 x
2401 x
7776 =
7,742,895,390,72 which is the least possible possible value for the expression \(a^b*c^d*e^f*g^h*i^j\)
(using any distinct positive numbers for a,b,c,d,e,f,g,h,i,j)
Here a=1,b=10,c=9,d=2,e=8,f=3,g=7,h=4,i=6,g=5
The reason I use these numbers is we need the minimum value of the expression.
Hope this helps clear things!