I wrote this:
X^n Y^m
-- + --- = 1
a^n b^n
which is WRONG. Lets try again in the light of day:
X^n Y^m
-- + --- = 1
a^n b^m
where the caret (^) means exponentiation. X^n is X to the nth power.
- Mike