X and Y are positive integers such that X + Y + X Y = 5 4 , What is the numerical value of X + Y ?
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 think your method is best suited for objective .
I think this will be more clear and descriptive :
( x + 1 ) ( y + 1 ) = ( 1 1 ) ( 5 )
x + 1 = 1 1 ⟹ x = 1 0
y + 1 = 5 ⟹ y = 4
S o , x + y = 1 0 + 4 = 1 4
This is just my method .
Problem Loading...
Note Loading...
Set Loading...
First add one on both sides
x+y+xy+1=55 xy+x+y+1=55
factorize both side (prime factorization on the right side)
(x+1)(y+1)=(11)(5)
Since x and y are positive integers therefore x+1 and y+1 are also positive integers
x+1+y+1=11+5
x+y+2=16
x+y=14
note: (x+1)(y+1)=(55)(1) is incorrect since x or y will be equal to 0 (x and y are positive)