Pratidwandi
You're given an onscreen calculator for the data section, so using that reduces time for trial and error.
To avoid lengthy guessing and checking on questions like this, use the concept of exchange with the lowest common multiple.Let's say we're working on Statement 1, and we've already seen that 2 oranges and 2 grapefruits total to $1.60, but we're unsure if there is another combination that works. Since both oranges and grapefruits must be integers, the only way for the total to remain at $1.60 is if a certain number of oranges are exchanged for a certain number of grapefruits, or vice versa. The total value of the oranges and the total value of the grapefruits would need to be equal.
What is that total value? It must be a multiple of $0.35 and a multiple of $0.45. The lowest common multiple of $0.35 and $0.45 will give us the smallest total value we can exchange.
Since 35 = 5 * 7 and 45 = 5 * 9, the LCM is 5 * 7 * 9 = $3.15. In other words, we can exchange 9 oranges, worth $3.15, for 7 grapefruits, worth $3.15. Because we only have 2 of each, there's no way to make the exchange, so 2 oranges and 2 grapefruits are the only combination that works.
The numbers here are small enough that guessing and checking works fine, but if the numbers were bigger, this becomes quite helpful. For example, let's say the total was $6.40 and you know that 8 oranges and 8 grapefruits will work (8*35 + 8*45). You could also exchange 7 grapefruits for 9 oranges to get 17 oranges and 1 grapefruit (17*35 + 1*45).
When two unknown values must be integers, see if you can exchange some of one for some of the other by using the lowest common multiple.