You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Example: (1/2) ^ (1/2) should rationalize to sqrt(2) / 2.
It is proven that only for square roots and those in form of 1 / n^(p/q) where n, p & q are integers need to be concerned for rationalization.
The text was updated successfully, but these errors were encountered:
Root simplification
Example:
(1/4) ^ (1/2)
should simplify to(1/2)
.Rationalization
Example:
(1/2) ^ (1/2)
should rationalize tosqrt(2) / 2
.It is proven that only for square roots and those in form of
1 / n^(p/q)
wheren
,p
&q
are integers need to be concerned for rationalization.The text was updated successfully, but these errors were encountered: