SOLUTION: Find two integers whose product is 396 such that one of the integers is ten less than six times the other integer. Please help I do not understand

Algebra ->  Problems-with-consecutive-odd-even-integers -> SOLUTION: Find two integers whose product is 396 such that one of the integers is ten less than six times the other integer. Please help I do not understand      Log On


   



Question 993523: Find two integers whose product is 396 such that one of the integers is ten less than six times the other integer. Please help I do not understand
Found 2 solutions by josgarithmetic, Edwin McCravy:
Answer by josgarithmetic(39618) About Me  (Show Source):
You can put this solution on YOUR website!
Most of the work is literal translation from wording into numbers.

Two numbers, x and y are expected to be integers.
xy=396

Next descriptive part is y=-10%2B6x
and initially, not clear which of x and y is the greater number.

Continue from there.

Answer by Edwin McCravy(20056) About Me  (Show Source):
You can put this solution on YOUR website!
Instead of doing your problem for you, I'll do one exactly
like yours that takes exactly the same steps.  The problem 
I will do is:

Find two integers whose product is 329 such that one of the
integers is nine less than eight times the other integer.
Let the integers be x and y

>>...whose product is 329...<<
So xy = 329

>>...one of the integers is nine less than eight times
the other integer...<<
So we set y equal to 8 times x with 9 subtracted 
from it to make it nine less:

y = 8x - 9 

So we have this system of equations:

system%28xy=329%2Cy=8x-9%29

Substitute (8x-9) for y in the first 

x%288x-9%29=329

8x%5E2-9x=329

8x%5E2-9x-329=0

x+=+%28-%28-9%29+%2B-+sqrt%28+%28-9%29%5E2-4%288%29%28-329%29+%29%29%2F%282%2A%288%29%29+

x+=+%289+%2B-+sqrt%2881%2B10528+%29%29%2F16+

x+=+%289+%2B-+sqrt%2810609+%29%29%2F16+

x+=+%289+%2B-+103%29%2F16+

Using the + sign:

x+=+%289+%2B+103%29%2F16+
x+=+112%2F16+
x+=+7

Using the - sign:

x+=+%289+-+103%29%2F16+
x+=+-94%2F16+
x+=+-47%2F8.  That's not an integer so we 
disregard it.

Substitute x=7 in 

y = 8x - 9
y = 8(7) - 9
y = 56 - 9
y = 47

So the integers are 7 and 47.

Checking: 

>>...whose product is 329...<<
7*47 = 329

>>...one of the integers is nine less than eight times
the other integer...<<
8 times 7 is 56, and indeed 47 is 9 less than 56.

So it checks.

Now do yours EXACTLY STEP BY STEP like this one.

Edwin