Nabneet
a has two parts , u just cannot simplify one part of it. Its wrong
If u want to simplify then make it a single value and then u can multiply in num. & deno.
take example,
a= (1/root 2) - 2
is it same as the value , (root2/2) -2 ?
Solution:
a^2 + 2a + 4 = (a+2)^2 -2a
put the value of a in the eqn and solve
Answer we will get is 5.
Thanks for your reply
Nabneet.
While I tried to grasp the part in which you mentioned that the rationalization part was incorrect I couldn't follow it completely. My apologies for the same.
With respect to the example provided in the explanation, let me work that here with you -
Quote:
take example,
a= (1/root 2) - 2
is it same as the value , (root2/2) -2 ?
\(a = \frac{1}{\sqrt{2}} - 2 \)
By PEDMAS rule, we first solve \(\frac{1}{\sqrt{2}}\) = \(\frac{1}{1.41421356237}\)
\(a = 0.70710678118 - 2 \) = -1.29289321881
\(a = \frac{\sqrt{2}}{2} - 2 \)
By PEDMAS rule, we first solve \(\frac{\sqrt{2}}{2}\) = \(\frac{1.41421356237}{2}\)
\(a = 0.70710678118 - 2 \) = -1.29289321881
Aren't they the same