SOLUTION: if {{{32/9 = a + 1/((c+1)/b)}}}, where a,b and c are positive integers, and b < c, evaluate the smallest possible value of abc

Algebra ->  Equations -> SOLUTION: if {{{32/9 = a + 1/((c+1)/b)}}}, where a,b and c are positive integers, and b < c, evaluate the smallest possible value of abc      Log On


   



Question 1199522: if 32%2F9+=+a+%2B+1%2F%28%28c%2B1%29%2Fb%29, where a,b and c are positive integers, and b < c, evaluate the smallest possible value of abc
Found 2 solutions by math_tutor2020, greenestamps:
Answer by math_tutor2020(3817) About Me  (Show Source):
You can put this solution on YOUR website!

The variable 'a' is a positive integer {1,2,3,...}
The smallest possible value is a = 1.

If a = 1, then,
32%2F9+=+a+%2B+1%2F%28%28c%2B1%29%2Fb%29

32%2F9+=+1+%2B+1%2F%28%28c%2B1%29%2Fb%29

32%2F9+-+1+=+1%2F%28%28c%2B1%29%2Fb%29

32%2F9+-+9%2F9+=+1%2F%28%28c%2B1%29%2Fb%29

23%2F9+=+1%2F%28%28c%2B1%29%2Fb%29

23%2F9+=+b%2F%28c%2B1%29
There are infinitely many solution pairings for b,c
Here's a small subset of possible integer solutions
b = 23, c = 8
b = 46, c = 17
b = 69, c = 26
b = 92, c = 35
The values of b are multiples of 23. The values of c are one less than a multiple of 9.

Unfortunately all of these b,c pairings do not satisfy the condition that b < c.
We'll ignore this value of 'a'.

--------------------------------

If a = 2, then,
32%2F9+=+a+%2B+1%2F%28%28c%2B1%29%2Fb%29
leads to
14%2F9+=+b%2F%28c%2B1%29
follow similar steps shown in the previous section.

This time we have this subset of solutions
b = 14, c = 8
b = 28, c = 17
b = 42, c = 26
b = 56, c = 35
Like before the condition b < c isn't met.
We'll ignore this value of 'a'.

--------------------------------

If a = 3, then
32%2F9+=+a+%2B+1%2F%28%28c%2B1%29%2Fb%29
leads to
5%2F9+=+b%2F%28c%2B1%29

Then we have this subset of solutions (out of infinitely many).
b = 5, c = 8
b = 10, c = 17
b = 15, c = 26
b = 20, c = 35
Finally the condition b < c has been met.

Go for the smallest b,c pairing so that we arrive at the smallest product.
a*b*c = 3*5*8 = 120

--------------------------------

If a = 4, then
32%2F9+=+a+%2B+1%2F%28%28c%2B1%29%2Fb%29
leads to
-4%2F9+=+b%2F%28c%2B1%29

Then that can be arranged into
-4%2F9+=+b%2F%28c%2B1%29
-4%28c%2B1%29+=+9b
b > 0 so 9b > 0 as well. The right hand side is positive.

But c > 0 leads to c+1 > 0 and -4(c+1) < 0
The left hand side is negative.

In short, we do not have any positive integer solutions when a = 4, b > 0 and c > 0.
We would need to allow b or c to be negative if we wanted solutions.

Similar situations happen when a = 5, a = 6, etc.
It allows us to ignore these values of 'a'.

Notice how 32%2F9+=+3+%2B+5%2F9 where 3 is the whole number part.
This is why a > 3 leads to b or c being negative.

--------------------------------

Answer: 120
This minimized product occurs when (a,b,c) = (3,5,8).

Answer by greenestamps(13200) About Me  (Show Source):
You can put this solution on YOUR website!


a%2B1%2F%28%28c%2B1%29%2Fb%29 = a%2Bb%2F%28c%2B1%29 = %28a%28c%2B1%29%2Bb%29%2F%28c%2B1%29 = %28ac%2Ba%2Bb%29%2F%28c%2B1%29

%28ac%2Ba%2Bb%29%2F%28c%2B1%29=32%2F9

Certainly if we are wanting the product abc to be minimum, we want c to be as small as possible; so try c=8.

%288a%2Ba%2Bb%29%2F9=32%2F9
9a%2Bb=32

Again we want the product abc to be minimum; that means the product ab should be minimum. The minimum value of the product ab, subject to the constraint 9a+b=32, is when a=3 and b=5.

ANSWER: abc = 3*5*8 = 120