Posted by Subhotosh Khan on October 07, 2002 at 12:27:41:
In Reply to: Need help with a Powers posted by Phil on October 07, 2002 at 12:23:11:
: How do you evaluate the following
: 9 to the power 10 over 3 to the power 17
: 9^10/3^17
: Cheers
******************************************
Your problem can be written as:
(a*b)^m/b^n = a^m * b^(m-n)