I am new to this forum and request guidance on a question. I have looked into past answers on related topic but could not find one. Grateful for any help.
Asked
Active
Viewed 114 times
1
-
Please consult the formatting notes. I can't even read what you are trying to say. Is "lm" supposed to be "ln"? and the last term is "ln" of what? – RobertTheTutor May 20 '21 at 17:13
-
Welcome to the site! Please explain what you have done to try to solve the problem, and then we can try to help you! – I am a person May 20 '21 at 17:16
-
There was a typo in your question, it is not $lmx$ but $mnx$. I have improved it in your answer – p_square May 20 '21 at 17:23
1 Answers
1
A polynomial is a perfect square if it is of the form $a^2 + 2ab + b^2 = (a+b)^2$. We'll do the same operation on $lmx^2 + mnx + ln$ so we get, $(\sqrt{lm}x)^2 + 2 \times \sqrt{lm}x \times \sqrt{ln} + (\sqrt{ln})^2$. Computing this we get, $lmx^2 + 2 \times \sqrt{lm} \times \sqrt{ln} \times x + ln$. But, our polynomial is $lmx^2 + mnx + ln$ So, equating both the polynomials we get, $2 \times \sqrt{lm} \times \sqrt{ln} = mn$ On squaring we get, $4 \times lm \times ln = m^2n^2$ From this, we can cancel out $mn$ from both the sides, so we get $4l^2 = mn$. Hence, we have proved it
p_square
- 1,007
- 1
- 6
- 23
-
1Many thanks for your answer. Regret the typos in my original question. Will note it in my future posts. – Sangameshwar May 21 '21 at 08:06
-