I have 2 numbers.
The sum of these 2 numbers is 15.
The sum of the reciprocals of these two numbers is
1
0
3
.
What is the larger value of these 2 numbers?
This section requires Javascript.
You are seeing this because something didn't load right. We suggest you, (a) try
refreshing the page, (b) enabling javascript if it is disabled on your browser and,
finally, (c)
loading the
non-javascript version of this page
. We're sorry about the hassle.
I like how you would always add note in the end of your solution. I don't have to do additional googling. :D
It is also possible to derive the difference of roots from Vieta's without actually calculating the roots ;)
Log in to reply
Would thought of that too to make the solution elegant! :)
A Simple, Elegant Solution :
Let x and y represent the two unknown numbers.
Based on the question, we can form a pair of simultaneous equations:
1 . x + y = 1 5
2 . x 1 + y 1 = 1 0 3
First, we will try to make the second equation a bit more neater and simpler to work with:
x 1 + y 1 = 1 0 3
x y y + x = 1 0 3
Subsitute value:
x y 1 5 = 1 0 3
Do side changing to obtain:
3 x y = 1 0 × 1 5
And you get...
x y = 1 0 × 5
Wallah! We just solved for x and y . If you don't get it...
x × y = 1 0 × 5
which essentially suggests that the pair of numbers is 1 0 and 5 . However, we can't tell which is which.
And this leads us to the conclusion, that the largest number value is therefore 1 0 .
this is really cool !
Log in to reply
Thanks, charlotte! I am glad you liked my solution. How did you solve this problem? Wanna be friends?! I'm Soha, aged 12, from Bangladesh. What 'bout you?
Log in to reply
yeah whats up ! :)
Log in to reply
@Charlotte Milanese – I'm cool, Charlotte! I am a free-time writer and poet. Check out my works at https://www.wattpad.com/user/PinkyTune. You can chat with me there. :-)
Log in to reply
@Soha Farhin Pine Pine – ok cool ! I love math what about you
Log in to reply
@Charlotte Milanese – Me too! Thanks. You can sign up on brainly.in if you have a FB a/c.
Log in to reply
@Soha Farhin Pine Pine – no I don't sorry I just have brilliant :(
Log in to reply
@Charlotte Milanese – Well I don't know what to say... You should create an email. Life on Internet gets monotonous otherwise, as you can't sign up on countless websites.
Log in to reply
@Soha Farhin Pine Pine – its not that I don't have one its that my parents took it away from me because I got in a fight over email
Log in to reply
@Charlotte Milanese – Ahhh, I see... Just use the email address itself to create an a/c on any website. (You need to log in to your email a/c to confirm your a/c though) Well, I didn't get exactly how your parents "took it away"...
Log in to reply
@Soha Farhin Pine Pine – Anyways, it not my website. Wattpad is a gigantic community of writers from all walks of life. I just post my stories there.
@Soha Farhin Pine Pine – i'm basicly in trouble and lost it for about 6 months
Log in to reply
@Charlotte Milanese – You mean that your parents blocked your a/c by changing the password or somethin like that. the trouble's just with the password, right?
Log in to reply
@Soha Farhin Pine Pine – yes just the password
Log in to reply
@Charlotte Milanese – Just use the email address itself. You know the name of the email - that will do.
Log in to reply
@Soha Farhin Pine Pine – You can confirm your a/c later. First, create it on Wattpad. You know, we can't chat here like this. This should be the last msg here, unless you have an query or THANKS to give.
Log in to reply
@Soha Farhin Pine Pine – ok i'll try it but when I tried to message the site said I had to sign up and use the code that was sent to my email. so I don't think it will work
@Soha Farhin Pine Pine – I don't have an email so I couldn't make an account on your website . :(
Problem Loading...
Note Loading...
Set Loading...
Let x , y denote two variables, satisfying x + y x 1 + y 1 = 1 5 = 1 0 3 where x , y = 0 . For the second equation, multiply both sides by 1 0 x y , so 1 0 x y ( x 1 + y 1 ) 1 0 ( y + x ) 1 0 ( 1 5 ) x y = 1 0 x y ⋅ 1 0 3 = 3 x y = 3 x y = 5 0 which yields x + y x y = 1 5 = 5 0 Relating the system of equations to Vieta's formula (see Note ), we see that the equation to solve is z 2 − 1 5 z + 5 0 = 0 where x and y are the solutions of the equation. Thus, ( z − 1 0 ) ( z − 5 ) z = 0 = 5 , 1 0 which solve the system of equations.
Note
Vieta's formula for quadratics is f ( x ) = a z 2 + b z + c For x + y x y = 1 5 = 5 0 we want − a b = 1 5 and a c = 5 0 . Clearly, if a = 1 , then b = − 1 5 , c = 5 0 .