If a, b and c are the first, second and third numbers, respectively, and if "the product of three numbers" means the product of a, b and c, then- "cube of first number exceeds the product of three numbers by 2" translates into:
- "the product of three numbers exceeds the cube of second number by 3" translates into:
- "the cube of third number exceeds the product of three numbers by 3" translates into:
We now have three equations with 3 variables. We should be able to solve this system. Fortunately every equation has the expression a*b*c in it. We can do a lot of simplifying if we start by solving each equation for a*b*c. From the first equation we get:
The second equation is already solved for a*b*c. From the third equation we get:
All these a*b*c's must be equal. So we can get "new" equations:
and
In these equations all the variables are cubes. To simplify matters I am going to temporarily replace them with other variables:
Let , and . Now our equations are:
p - 2 = q + 3
p - 2 = r - 3
q + 3 = r - 3
Now we solve this system. You have probably learned a number of methods for solving systems like this. Any of them should work. You do not have to solve it the following way.
Putting it into a "standard" form:
p - q = 5
p - r = -1
q - r = -6
Subtracting the second equation from the first we get:
-q + r = 6
Adding this equation to the third equation we get:
0 = 0
The fact that both q and r disappeared at the same time tells us that there is not a single solution to this problem. The fact that the statement, 0 = 0, is true tells us that there are an infinite number of solutions to this problem.
If there is supposed to be a single solution (as the phrase "find the numbers" suggests), then there is either an error in what I've done, or there is an error in what you posted or there was an error in the problem you were given. I have double-checked my work and I have even tried an alternate method (Cramer's Rule) of solving the system of equations and I have not been able to find an error in my work.
Please re-post your problem after double-checking both the problem and how you post it.
P.S. If we had been able to find values for p, q and r then we would find their cube roots to find a, b and c.