+2 votes
1.2k views
in OTHER by (330 points)
  1. Imagine that you have 26 constants, labelled A through Z. Each constant is assigned a value in the following way: A = 1; the rest of the values equal their position in the alphabet (B corresponds to the second position so it equals 2, C = 3, etc.) raised to the power of the preceeding constant value. So, B = 2 ^ (A's value), or B = 2^1 = 2. C = 3^2 = 9. D = 4^9, etc., etc. Find the exact numerical value to the following equation:
    (X - A) * (X - B) * (X - C) * ... * (X - Y) * (X - Z) 
    
    Thanks For your Answer!

1 Answer

+1 vote
by Expert (5.1k points)

Answer is 0, because (X-X) is present in the product. 

Not a Member yet?

Ask to Folks Login

My Account

Your feedback is highly appreciated