SOLUTION: Let a, b, and c be integers that satisfy 2a + 3b = 52, 3b + c = 41, and bc = 60. Find a+b+ c.

Algebra ->  Equations -> SOLUTION: Let a, b, and c be integers that satisfy 2a + 3b = 52, 3b + c = 41, and bc = 60. Find a+b+ c.      Log On


   



Question 1178678: Let a, b, and c be integers that satisfy 2a + 3b = 52, 3b + c = 41, and bc = 60. Find a+b+ c.
Found 3 solutions by MathLover1, greenestamps, josgarithmetic:
Answer by MathLover1(20849) About Me  (Show Source):
You can put this solution on YOUR website!

2a+%2B+3b+=+52 ...........eq.1
3b+%2B+c+=+41...........eq.2
bc+=+60...........eq.3
-----------------------------

Find a%2Bb%2B+c
3b+%2B+c+=+41...........eq.2, solve for c
+c+=+41-3b...........eq1)
bc+=+60...........eq.3, solve for c
c+=+60%2Fb................2)

from 1) and 2) we have

++41-3b=60%2Fb........solve for b
++41b-3b%5E2=60
++0=3b%5E2-41b%2B60....factor
+++%28b+-+12%29+%283b+-+5%29=0

solutions:
b=12
or
b=5%2F3

go to
+c+=+41-3b...........eq1), substitute b
+c+=+41-3%2A12
+c+=+5
or
+c+=+41-3%2A%285%2F3%29
+c+=+36

so we have two pairs of solutions for b and c
b=12,+c+=+5
and
b=5%2F3,+c+=+36
go to
2a+%2B+3b+=+52 ...........eq.1, substitute b=12
2a+%2B+3%2A12+=+52
2a+%2B+36=+52
2a+=+52-36
2a+=+16
a+=+8

one solution is: highlight%28a+=+8%29,highlight%28b=12%29 ,+highlight%28c+=+5%29


then a%2Bb%2B+c=8%2B12%2B5=25

2a+%2B+3b+=+52 ...........eq.1, substitute b=5%2F3
2a+%2B+3%2A%285%2F3%29=+52
2a+%2B+5=+52
2a+=+52-5
2a+=+47
a+=+47%2F2

other solution is: highlight%28a+=+47%2F2%29, highlight%28b=5%2F3%29,+highlight%28c+=+36%29

then a%2Bb%2B+c=47%2F2%2B5%2F3%2B36=367%2F6=61%261%2F6


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


(1) The fastest way to the answer: trial and error with simple mental arithmetic.

Find pairs of integers b and c for which the product bc is 60, then find the pair for which 3b+c=41. Answer b=12, c=5.

Then use 2a+3b=52 with b=12 to find a=8.

And last a+b+c = 8+12+5 = 25.

ANSWER: 25

(2) Using formal algebra....

3b+c=41
c = 41-3b
bc = b(41-3b) = 60
41b-3b^2 = 60
3b^2-41b+60 = 0

Factor into the form

(3b-m)(b-n) = 0

3b^2-(m+3n)+mn=0

We need mn=60 and m+3n=41....

Note that is exactly what we needed in solving the problem using trial and error -- so using the formal algebra didn't make solving the problem easier.

However, assuming this question comes from a formal math course, you should know how to set up and solve the problem using the formal algebra.

Continuing then...

(3b-5)(b-12)=0
b = 5/3 (not an integer) or b=12; so b=12

Then, as before, c=5 and a=8.


Answer by josgarithmetic(39617) About Me  (Show Source):
You can put this solution on YOUR website!
system%282a%2B3b=52%2CAND%2C3b%2Bc=41%2Cbc=60%29

Taking just E2 and E3,
system%28c=41-3b%2Cbc=60%29
b%2841-3b%29=60
-3b%5E2%2B41b=60
3b%5E2-41b=-60
3b%5E2-41b%2B60=0
.
.
highlight_green%28b=12%29nottheonlyrealvalue
.
.

(Method may not have been the intention of the exercise)