alg

This topic has expert replies
Junior | Next Rank: 30 Posts
Posts: 14
Joined: Sun May 13, 2007 2:22 pm

alg

by d0nw0ng » Mon Oct 08, 2007 11:52 am
if x isnt 0, then (x+1/x)^2 - (x-1/x)^2 =

a) 1/x
b) x
c) 1
d) 2
e) 4

Master | Next Rank: 500 Posts
Posts: 127
Joined: Tue Oct 02, 2007 9:35 am
Thanked: 1 times

by arocks » Mon Oct 08, 2007 12:08 pm
(x+1/x)^2 - (x-1/x)^2 = ?

Let (x+1/x)=a
and (x-1/x)=b

so, the eqn becomes a^2-b^2
we know a^2-b^2 = (a+b) (a-b)
so, [(x+1/x)+(x-1/x)] [(x+1/x)-(x-1/x)]
or 2x*2/x = 4

Ans: E

Master | Next Rank: 500 Posts
Posts: 184
Joined: Sat Apr 14, 2007 9:23 am
Location: Madison, WI
Thanked: 17 times

by ldoolitt » Mon Oct 08, 2007 1:57 pm
Or you could just expand the two.

(x+1/x)^2 - (x-1/x)^2
= (x^2 + 2 + 1/x^2) - (x^2 - 2 + 1/x^2)
= 4