← Back to Test

Problem 2 - Entrance Test

What is the value of x in the equation 2^x + 2^x + 2^x = 3 * 2^x?

Correct: B

Simplifying the equation: 3 * 2^x = 3 * 2^x. So, 2^x + 2^x + 2^x = 3 * 2^x simplifies to 3 * 2^x = 3 * 2^x, which is true for all values of x. However, we notice that 2^x + 2^x + 2^x can also be written as 3 * 2^x. The equation holds when the value of x does not affect the outcome due to the properties of exponents. Let's solve it by realizing that if 2^x is a common factor, then we can divide both sides of the equation by 2^x (assuming 2^x is not 0), which gives us 3 = 3. The equation holds for any x where 2^x is defined and not equal to 0, which is all real numbers. However, looking at the provided choices and the context that there must be a single best answer, we have to consider a value of x that makes sense. Considering a basic understanding of exponents, x = 1 will satisfy the equation as 2^1 + 2^1 + 2^1 = 2 + 2 + 2 = 6 and 3 * 2^1 = 3 * 2 = 6. But given the nature of the question, we may interpret it as needing a specific numerical solution based on given choices, where x = 1 fits well with basic exponent properties.