SOLUTION: The product of two numbers is 48. The first number is negative, and the second number is four more than twice the first number. Find the two numbers.

Algebra ->  Customizable Word Problem Solvers  -> Numbers -> SOLUTION: The product of two numbers is 48. The first number is negative, and the second number is four more than twice the first number. Find the two numbers.       Log On

Ad: Over 600 Algebra Word Problems at edhelper.com


   



Question 1043558: The product of two numbers is 48. The first number is negative, and the second number is four more than twice the first number. Find the two numbers.

Found 2 solutions by josgarithmetic, stanbon:
Answer by josgarithmetic(39618) About Me  (Show Source):
You can put this solution on YOUR website!
The product of two numbers is 48. The first number is negative,...
...then both of the numbers are negative!!


system%28xy=48%2Cy=4%2B2x%29

x%282x%2B4%29=48
2x%5E2%2B4x-48=0
x%5E2%2B2x-24=0
%28x-4%29%28x%2B6%29=0
and we must take the NEGATIVE SOLUTION VALUE, according to the description.
highlight%28x=-6%29


We must also have a value from y according to the described system, listed at the top.
y=4%2B2%28-6%29
y=4-12
highlight%28y=-8%29-----which also is consistent with the other equation.

Answer by stanbon(75887) About Me  (Show Source):
You can put this solution on YOUR website!
The product of two numbers is 48. The first number is negative, and the second number is four more than twice the first number. Find the two numbers.
---------
x*y = 48
y = 2x+4
-----
x(2x+4) = 48
2x^2 + 4x - 48 = 0
x^2 + 2x - 24 = 0
----
(x+6)(x-4) = 0
x = -6
y = 2x+4 = -12+4 = -8
--------------------------------
Cheers,
Stan H.
-----------------