Question 1
If ∣x−2∣2=9, then the product of all solutions is:
- −5 (correct answer)
- 5
- −1
- 1
Explanation: From ∣x−2∣2=9, we get ∣x−2∣=3 (since absolute value is non-negative). This gives us two equations: x−2=3 or x−2=−3. Solving: x=5 or x=−1. The product of all solutions is 5×(−1)=−5.
Question 2
The solution set of ∣∣x∣−3∣=2 is:
- {−5,−1,1,5} (correct answer)
- {−5,1,5}
- {−1,1}
- {−5,5}
Explanation: For ∣∣x∣−3∣=2, we first solve ∣x∣−3=2 or ∣x∣−3=−2. From ∣x∣−3=2: ∣x∣=5, so x=5 or x=−5. From ∣x∣−3=−2: ∣x∣=1, so x=1 or x=−1. Let's verify: For x=5: ∣∣5∣−3∣=∣5−3∣=∣2∣=2 ✓. For x=−5: ∣∣−5∣−3∣=∣5−3∣=∣2∣=2 ✓. For x=1: ∣∣1∣−3∣=∣1−3∣=∣−2∣=2 ✓. For x=−1: ∣∣−1∣−3∣=∣1−3∣=∣−2∣=2 ✓. All four solutions are valid.
Question 3
The equation ∣3x−1∣=∣2x+5∣ has solution(s):
- x=−6 only
- x=54 only
- x=−6 and x=54
- x=−54 and x=6 (correct answer)
Explanation: For ∣3x−1∣=∣2x+5∣, we have two cases: Case 1: 3x−1=2x+5, which gives x=6. Case 2: 3x−1=−(2x+5)=−2x−5, so 3x−1=−2x−5, giving 5x=−4, so x=−54. Let's verify: For x=6: ∣3(6)−1∣=∣17∣=17 and ∣2(6)+5∣=∣17∣=17 ✓. For x=−54: ∣3(−54)−1∣=∣−512−1∣=∣−517∣=517 and ∣2(−54)+5∣=∣−58+5∣=∣517∣=517 ✓. Both solutions are valid.
Question 4
The number of solutions to ∣x+3∣=2x−5 is:
- 0
- 1 (correct answer)
- 2
- infinitely many
Explanation: For ∣x+3∣=2x−5 to have solutions, we need 2x−5≥0, so x≥25. Case 1: If x+3≥0 (i.e., x≥−3), then x+3=2x−5, giving x=8. Since 8≥25 and 8≥−3, this solution is valid. Case 2: If x+3<0 (i.e., x<−3), then −(x+3)=2x−5, so −x−3=2x−5, giving 3x=2, so x=32. But 32<−3, so this contradicts our case assumption. Therefore, there is exactly 1 solution: x=8.