SOLUTION: one positive number is 2 more than twice another. if their product is 220,find the numbers.
this is a sample of a test review
Algebra ->
Test
-> SOLUTION: one positive number is 2 more than twice another. if their product is 220,find the numbers.
this is a sample of a test review
Log On
Question 983243: one positive number is 2 more than twice another. if their product is 220,find the numbers.
this is a sample of a test review Found 2 solutions by solver91311, Edwin McCravy:Answer by solver91311(24713) (Show Source):
Instead of doing your problem for you, I will do one EXACTLY like
it so you can do your problem using this as a model to go by.
I will do this problem instead:
one positive number is 6 more than three times another. if their product is 189,
find the numbers.
>>one positive number is 6 more than three times another.
Let x = one positive number
Let y = the other number.
x = 3y + 6
>>if their product is 189 , find the numbers.
xy = 189
The first one is already solved for x, so we substitute
(3y + 6) for x in the second equation.
(3y + 6)y = 189
y(3y + 6) = 189
3y² + 6y = 189
3y² + 6y - 189 = 0
Divide through by 3
y² + 2y - 63 = 0
(y+9)(y-7) = 0
y+9 = 0; y-7 = 0
y = -9 y = 7
Since the number must be positive we ignore -9
So y = 7
The other number = x = 3y + 6 = 3(7) + 6 = 21 + 6 = 27
Now you do yours exactly the same way.
Edwin