The key constraint to keep track of is that X and Y are “non-negative integers”
This means both X and Y can equal 0
Given: 30x = 49y
2*3*5*x = 7*7*y
Case 1: x = 0 = y
Case 2: if x and y are positive integers, since neither of the coefficients contain any of the Prime Factors of the other coefficient, all we know for sure is that:
X must be a multiple of (7 * 7)
and
Y must be a multiple of (2*3*5)
W.O.T.F. Must be true?
I. Does not have to be true.
X = 0 = Y
II. Y/10 = integer
Either Y = 0 and 0 is a multiple of every integer
or
if Y is a positive integer, we know that Y must be a Multiple of (2*3*5) - which means it must be evenly divisible by 10
II must be true
III.
X only has to be a multiple of (7*7) ——X does not have to be a Perfect Square
Example:
X can = (7 * 7) * 2
And
Y can = (2*3*5) * 2
30x = 49y ———
30x = (2*3*5) * (7*7*2) = (2)^2 * (3) * (5) * (7)^2
49y = (7*7) * (2*3*5*2) = (2)^2 * (3) * (5) * (7)^2
And the given equation would be satisfied.
III does not have to be true.
II is the only one that must be true
Posted from my mobile device