Algbric exp

This topic has expert replies
Master | Next Rank: 500 Posts
Posts: 103
Joined: Wed May 30, 2007 6:17 am
Followed by:1 members

Algbric exp

by tanyajoseph » Mon Aug 13, 2007 12:43 pm
If x and y are integers greater than 1, is x a multiple of y ?

1. 3y^2 + 7y = x
2. x^2 - x is a multiple of y

Can any one explain how to solve this?
OA is A

Senior | Next Rank: 100 Posts
Posts: 54
Joined: Mon Aug 06, 2007 12:04 pm

Re: Algbric exp

by bingojohn » Mon Aug 13, 2007 12:57 pm
tanyajoseph wrote:If x and y are integers greater than 1, is x a multiple of y ?

1. 3y^2 + 7y = x
2. x^2 - x is a multiple of y

Can any one explain how to solve this?
OA is A
Answer [A]. Here is why:

Statement (1) simplified:
y(3y + 7) = x
x/y = 3y + 7 (integer because y is an integer greater than 1)
hence x is a multiple of y, sufficient

Statement (2) simplified:
x(x-1) = y.m (where m is an integer)
which means, either x is a multiple of y or (x-1) is a multiple of y.
Since we can't say for certain which one, this is Not Sufficient

Junior | Next Rank: 30 Posts
Posts: 22
Joined: Fri May 04, 2007 3:51 am

by krishnamurthyu » Tue Aug 14, 2007 1:20 am
is x = y * k ?
Given:
x,y={2.....n}

1. 3y^2 + 7y = x
y(3y+7) = x;
y * k = x : , since y ={2.......n}; k={13.....}
Sufficient:
Answer choice : AD

2. x^2 - x is a multiple of y
x(x-1)=y;
x = y * (1/(x-1))
x is multiple of y and/or 1/(x-1) : Not Sufficient.

Ans:A.