Question 1
Which equation is equivalent to 3log3(x+2)=x−1?
- x+2=x−1 (correct answer)
- log3(x+2)=log3(x−1)
- x+2=log3(x−1)
- log3(x+2)=x−1
Explanation: Using the fundamental property that aloga(y)=y (for y>0), we have 3log3(x+2)=x+2. Therefore, the equation 3log3(x+2)=x−1 becomes x+2=x−1. This simplifies to 2=−1, which is impossible, indicating that the original equation has no solution. However, the question asks for the equivalent form, not the solution. Choice B would be correct if we took log3 of both sides, but we need x−1>0 for that to be valid. Choice C incorrectly swaps the roles of the logarithm and its argument. Choice D would result from taking log3 of both sides, but again requires x−1>0. Choice A is the direct algebraic equivalent using the exponential-logarithm inverse relationship.
Question 2
Solve the equation log2(x)+log2(x−7)=3. What is the positive solution?
- x=8 (correct answer)
- x=9
- x=7
- x=1 or x=8
Explanation: Using the logarithm property loga(m)+loga(n)=loga(mn), we get log2[x(x−7)]=3. Converting to exponential form: x(x−7)=23=8. Expanding: x2−7x=8, so x2−7x−8=0. Factoring: we need two numbers that multiply to -8 and add to -7. These are -8 and 1, so (x−8)(x+1)=0. This gives x=8 or x=−1. We must check the domain: both x>0 and x−7>0 (so x>7) are required for the logarithms to be defined. Only x=8 satisfies x>7. Verification: log2(8)+log2(1)=3+0=3 ✓. Choice B is wrong because log2(9)+log2(2)=log2(18)=3. Choice C is wrong because x=7 makes log2(x−7)=log2(0) undefined. Choice D includes x=1, but this makes x−7=−6<0, so log2(x−7) is undefined.
Question 3
If log5(x+1)−log5(x−2)=1, then x equals:
- 411 (correct answer)
- 413
- 27
- 29
Explanation: Using the logarithm property loga(m)−loga(n)=loga(nm), we get log5(x−2x+1)=1. Converting to exponential form: x−2x+1=51=5. Cross-multiplying: x+1=5(x−2)=5x−10. Solving for x: x+1=5x−10, so 11=4x, which gives x=411. We must verify this satisfies the domain restrictions: x+1>0 and x−2>0, so x>2. Since 411=2.75>2, this solution is valid.