|
-
Feb 3rd, 2004, 04:53 PM
#1
Thread Starter
Addicted Member
math teaser [solved]
The sum of two numbers is 28, and their product is 7. Find the sum of the reciprocals of the numbers.
Last edited by dolor; Feb 4th, 2004 at 08:18 PM.
- you've been privileged to read a post by Miz
-
Feb 3rd, 2004, 05:18 PM
#2
-
Feb 4th, 2004, 11:19 AM
#3
Frenzied Member
Well since 7+1 < 28 one of the numbers has to be larger than 7, and the other has to be a fraction. But to get them to add up to 28 is not easy, still working on it.
but if one is a fraction, and they should add up to 28, the non-fraction should be bigger than 27.
but then 27 is a prime number which is not nice. It doesn't multiply with a fraction to give nice numbers.
So (if I'm right)
lets call the two numbers x and y.
x+y=28
x*y=7
27<x<28
0<y<1
but there are not many decimals that multiply with other decimals to give integers (if any).
I think this is insolvable.
hold on, new method
substitute so you get:
x+(7/x)=28
x2-28x+7=0 (multiply by x)
x=27.74772708
or x=0.2522729151
therefore, lets call:
x=27.74772708
and
y=0.2522729151
x-1+y-1=4.000000001 (unless I typed it in on the calc. wrong.)
Anyway, I think the answer is 4.
Last edited by Acidic; Feb 4th, 2004 at 11:30 AM.
Have I helped you? Please Rate my posts. 
-
Feb 4th, 2004, 04:45 PM
#4
a + b = 28
ab = 7
What is (1/a) + (1/b) = ???
(1/a) + (1/b) = (b/b)*(1/a) + (a/a)*(1/b)
==> (b/ab) + (a/ab)
==> (a+b)/(ab)
Nuff said
-
Feb 4th, 2004, 05:20 PM
#5
Lively Member
Did that by any chance originate from a product/sum of quadratic roots problem?
-
Feb 4th, 2004, 05:46 PM
#6
Thread Starter
Addicted Member
Originally posted by TheManWhoCan
Did that by any chance originate from a product/sum of quadratic roots problem?
nope
- you've been privileged to read a post by Miz
-
Feb 4th, 2004, 07:00 PM
#7
Lively Member
-
Feb 4th, 2004, 07:29 PM
#8
Thread Starter
Addicted Member
Originally posted by Something Else
so its not (a+b)/ab?
no, i think acidic is on the right track
- you've been privileged to read a post by Miz
-
Feb 4th, 2004, 07:38 PM
#9
Lively Member
So, where is my math wrong?
You said a + b = 28
and a*b = 7
and you want (1/a) + (1/b)
Now I reckon if you multiply 1/a BY 1 YOU STILL HAVE 1/A.
sAME THING WITH 1/B.
So, (b/b)*(1/a) = b/ab
and (a/a)*(1/b) = a/ab
so that means (1/a) + (1/b) = (b/ab) + (a/ab)
and this becomes (a+b)/ab.
so how can (a+b)/ab not be the answer?
-
Feb 4th, 2004, 07:48 PM
#10
transcendental analytic
Use  
writing software in C++ is like driving rivets into steel beam with a toothpick.
writing haskell makes your life easier:
reverse (p (6*9)) where p x|x==0=""|True=chr (48+z): p y where (y,z)=divMod x 13
To throw away OOP for low level languages is myopia, to keep OOP is hyperopia. To throw away OOP for a high level language is insight.
-
Feb 4th, 2004, 07:53 PM
#11
Thread Starter
Addicted Member
sorry, i misread the reply (several times i guess). for some reason, i thought you meant a = 7 and b = 28 then you plug them into (a + b)/ab ...sorry bout that. good show.
- you've been privileged to read a post by Miz
-
Feb 4th, 2004, 07:58 PM
#12
-Lou
-
Feb 4th, 2004, 08:17 PM
#13
Thread Starter
Addicted Member
Originally posted by NotLKH
-Lou
ive found this problem im having lately...i can't seem to read english
- you've been privileged to read a post by Miz
-
Feb 5th, 2004, 08:59 AM
#14
-
Feb 5th, 2004, 09:22 AM
#15
You're right!

Dolor,
What solution did you have in mind? If its different, it'd be interesting to see.
-Lou
-
Feb 5th, 2004, 07:38 PM
#16
Thread Starter
Addicted Member
Originally posted by NotLKH
Dolor,
What solution did you have in mind? If its different, it'd be interesting to see.
-Lou
Actually, I was doing it the way Acidic went about it and got 4, but like I said, I can't read English (it happens every other day) and so I misunderstood what you were saying. When I plugged in the nums the way I thought you said to do it, I got 5/28 So that's why I thought you were wrong. Anywho, it's all settled now. Good show.
- you've been privileged to read a post by Miz
-
Feb 6th, 2004, 04:33 AM
#17
Fanatic Member
Symmetric polynomials
Ahh...Symmetric Polynomials are wonderous things...
anyway, NotLKH is completely right in their first post, using 'poets' way, i.e. short and beautiful.
However, people seem to want to find the numbers, let's bring symmetric polynomials into play.
As you may or may not know, you are looking for two numbers, and have been given their two symmtric polynomials (a+b, and ab)
so, we do a little thing like:
(x-a)(x-b) = x^2 - (a+b)x + (ab)
replacing with what we know, a and b are the roots of
x^2 - 28x + 7
use the quadratic formula, find the two roots, whoila!
(i believe the general is 1/2 *( S +/- sqrt(S^2 - 4P) ) where S = sum, P = product)
sql_lall 
-
Feb 7th, 2004, 08:31 PM
#18
Conquistador
but then 27 is a prime number which is not nice.
3 * 9 = ?
***...
-
Feb 7th, 2004, 08:49 PM
#19
Frenzied Member
*Whacks myself over head repeatedly*
Have I helped you? Please Rate my posts. 
-
Feb 7th, 2004, 08:56 PM
#20
Conquistador
Hehehe, i've done something like that in an exam before :/
-
Feb 15th, 2004, 10:23 PM
#21
Fanatic Member
a+b = 28
a*b = 7
b=7/a
b=28-a
28-a = 7/a
a(28-a) = 7
-a^2 + 28a - 7 = 0
[-28 +- sqr(28^2 - 4*-1*-7)] / (2*-1) = 14 +- sqr(756)/-2
sqr(756)/-2 ~= -13.7477
a = 14 +- 13.7477 = .2523 or 27.7477
The two numbers are .2523 and 27.7477
1/.2523 + 1/27.7477 = 3.9635 + .03603 = 3.9995
(may be 4, some precision was lost with calculations, and all I have is the computer's calculator).
*was done before reading replies* aw, that was sortof fun, I figured it would be some sort of trick...
Don't pay attention to this signature, it's contradictory.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|