1st) Factor out the Equation and Simplify the Expression
(a^3)*b - a*(b^3) = c * d ------ where c and d are 2 Prime Bases
Looking at the Answer Choices, there are not many possibilities we can have. Notice that the question asks for "Ordered Solutions" for the quadruple (a, b, c , d)
In this case, the order of the Solutions Matters. If we get a result that is (c * d) then we must necessarily have 2 Ways to write that Solution:
(a , b , c , d) or (a , b , d , c)
Taking a*b as Common from the Expression:
ab * (a^2 - b^2) = c * d
ab * (a + b) * (a - b) = c * d
2nd) Analysis of the Equation
Since the R.H.S. is the product of 2 Prime Nos., the L.H.S. can NOT produce a (-)Negative Result (Prime Numbers are never (-)Negative)
Therefore ---- a > b
Testing the Smallest Possible (+)Positive Integers possible:
Case 1:
a = 2 ---- b = 1
2 * 1 * (2 + 1) * (2 - 1) =
2 * 3 * 1 = 2 * 3
or
2 * 3 * 1 = 3 * 2
1st Solution to (a, b, c, d) ----- (a=2 --- b=1 --- c=2 --- d=3)
2nd Solution to (a, b, c, d) ---- (a =2 --- b=1---- c=3 ---- d=2)
if we try any larger numbers, such as: a= 3 ---- b = 1
the Factor of (a + b) = 4
and the Factor of a*b = 3
This will NEVER Result in the Product of 2 Prime Bases = c * d
Therefore, there is only 2 Solutions
-C-