27.8k views
5 votes
RectFind two positive numbers whose difference is 11 and whose product is 432.

RectFind two positive numbers whose difference is 11 and whose product is 432.-example-1
User Ole Tange
by
6.6k points

1 Answer

3 votes

Hello!

Let's write these sentences as a system, considering the numbers as x and y:

• difference is 11

(x - y) = 11

• product is 432

(x * y) = 432

System:


\begin{cases}x-y=11{} \\ x* y={\text{ }432}\end{cases}

First, let's isolate the x variable in the first equation:


x=11+y

Now, let's replace where's x in the second equation with this obtained expression:


\begin{gathered} x* y=432 \\ (11+y)* y=432 \end{gathered}

Let's solve using the distributive property:


\begin{gathered} (11+y)* y=432 \\ 11y+y^2=432 \\ y^2+11y-432=0 \end{gathered}

Let's find the coefficients a, b and c:

• a = 1

,

• b = 11

,

• c = - 432

Now, let's solve this quadratic equation that we obtained, using the Quadratic Formula:


\begin{gathered} \Delta=b^2-4* a* c \\ \Delta=11^2-4*1*(-432) \\ \Delta=121+1728 \\ \Delta=1849 \end{gathered}
y=(-b\pm√(\Delta))/(2* a)=(-11\pm√(1849))/(2*1)=(-11\pm43)/(2)

In this step, as we have + - in the formula we must divide it into two possible values:


\begin{gathered} y^(\prime)=(-11+43)/(2)=(32)/(2)=16 \\ \\ y“^=(-11-43)/(2)=(-54)/(2)=-27\text{ \lparen negative, so disregard this value\rparen} \end{gathered}

As the exercise asks for positive numbers, we found y = 16.

Now, we have to find X too. To obtain it, we just have to replace y with 16 in any of the equations. I'll do it in the first equation, look:


\begin{gathered} x-y=11 \\ x-16=11 \\ x=11+16 \\ x=27 \end{gathered}

So, the answer will be:

(x, y) = (27, 16).

User Steffen Moritz
by
7.6k points