Find the number of natural number pairs ( x , y ) in which x > y and x 5 + y 6 = 1 .
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.
Was 30 used because it was the lowest common factor?
Log in to reply
I added 3 0 so as to factorize it and simply get the results as by factorizing in such problem can be a great help.
^_^
Log in to reply
Sorry, I meant multiple.
I would really like to use this approach to solve some problems but I want to find out if your choice of 30 was because it was the lowest common multiple.
There may be some questions of this nature that one may not easily tell what should be added.
So the actual question is, is there any special method used to get the 30? If so was it by finding the lowest common multiple of the two numbers
Log in to reply
@Nehemiah Osei – Ok. Now I got you. Yes , you are correct , as 3 0 is the L C M we added it to complete factors.
You can try a similar problem here .
You can also get some help from here .
Log in to reply
@Akshat Sharda – Thanks. The links were useful
An NMTC 2015 problem right????????????
Here x and y are natural no. also x>y , Now A.T.Q 5/x + 6/y = 1 So, 5/x = y-6/y , now we know that x>y so 5 also should be greater than y-6 that means 11>y, also y cannot be smaller than 6 because that results in y>x now y lies between 6 and 11 and also x and y are natural no. So the value of y that gives integer values of x are 7,8,9 so there are 3 pairs.
Problem Loading...
Note Loading...
Set Loading...
⇒ x 5 + y 6 = 1
⇒ 5 y + 6 x = x y
⇒ x y − 5 y − 6 x = 0
⇒ y ( x − 5 ) − 6 x = 0
Adding 3 0 both sides so that we can factorize and solve the problem further ,
⇒ y ( x − 5 ) − 6 x + 3 0 = 3 0
⇒ y ( x − 5 ) − 6 ( x − 5 ) = 3 0
⇒ ( x − 5 ) ( y − 6 ) = 3 0
Now , 3 0 ⇒ ( 3 0 × 1 ) , ( 1 5 × 2 ) , ( 1 0 × 3 ) and ( 6 × 5 ) .
Since x > y , ( x , y ) ⇒ ( 3 5 , 7 ) , ( 2 0 , 8 ) and ( 1 5 , 9 ) .
Thus , only 3 such pairs are possible.