rxs0005
Two positive integers that have a ratio of 1 : 2 are increased in a ratio of 1 : 1. Which of the following could be the resulting integers?
(A) 2 and 4
(B) 5 and 13
(C) 15 and 28
(D) 33 and 68
(E) 71 and 143
Increase the original ratio -- 1:2 -- in increments of 1:
2:3
3:4
4:5
5:6
6:7In each of the blue cases above, the second value is less than twice the first value.
Only in C is the second value (28) less than twice the first value (15).
Alternate approach:
Let the original integers be x and 2x and the increase in each integer be d.
Resulting ratio \(= \frac{x+d}{2x+d}\)
We can PLUG IN THE ANSWERS, which represent the value of the resulting ratio.
A:
\(\frac{x+d}{2x+d} = \frac{2}{4}\)
\(4x+4d=4x+2d\)
\(2d=0\)
\(d=0\)
Not viable, since d must be positive.
Eliminate A.
B:
\(\frac{x+d}{2x+d} = \frac{5}{13}\)
\(13x+13d=10x+5d\)
\(8d=-3x\)
\(x=-\frac{8}{3}d\)
Not viable, since x and d must both be positive.
Eliminate B.
C:
\(\frac{x+d}{2x+d} = \frac{15}{28}\)
\(28x+28d=30x+15d\)
\(13d=2x\)
\(x=\frac{13}{2}d\)
This works:
If \(d=2\), then \(x=\frac{13}{2}*2=13\)
Implication:
Original integers --> \(x=13\) and \(2x=26\)
New integers --> \(x+d=13+2=15\) and \(2x+d=26+2=28\)
Resulting ratio --> \(\frac{15}{28}\)