arpitk17
Bunuel
If \(x\) is a positive integer, and two sides of a certain triangle have lengths \(3x+2\) and \(4x+5\) respectively, which of the following could be the length of the third side of the triangle?
I. \(6x + 7\)
II. \(6x + 9\)
III. \(8x + 1\)
A. I only
B. II only
C. I and II only
D. II and III only
E. I, II and III
I agree with logic and that's the same I used to solve. But II doesn't make sense. If you substitute x with 1 then 7x + 7 = 14 and 6x+9 =15 hence it wouldn't fit the inequality.
How can option II. be correct?
The question asks for the lengths that
could potentially be the length of the third side of the triangle, not the lengths that
must be true for all values of x. Therefore, even if the inequality does not hold for certain values of x, as long as there exists at least one positive integer value of x for which the inequality does hold, the option is considered valid.
For example, while II does not hold true for x=1 or x=2, it does hold true for x=3. When x=3, the two given sides of the triangle are 3x+2 = 3(3)+2 = 11 and 4x+5 = 4(3)+5 = 17. For II, the third side would be 6x+9 = 6(3)+9 = 27. Since 27 is greater than 17-11=6 and less than 17+11=28, it "
could" be the length of the third side of the triangle, making it a valid option.
Thus, the official solution is correct, and the answer is indeed E, I, II, and III.