Nez
chetan2u
Nez
What is the value of \(9x^2 - 30xy + 25y^2\)?
1) \(3x - 5y = 20\)
2) \(x + y = 12\)
___________________________________
I need to know how you derive 3x - 5y from the question stem.
A kudos for your thought.
hi,
two ways..
1) you have three term one in x^2, one in xy and third in y^2..
also the coefficients of x^2 and y^2 are PERFECT square 9 and 25..
so \((3x)^2- 30xy+(5y)^2\)..
now \((a-b)^2=a^2-2ab+b^2\)... where \(a=3x\) and \(b=5y\)..
so \(9x^2 - 30xy + 25y^2=(3x-5y)^2\)..
2) \((3x)^2- 30xy+(5y)^2\).
=> \((3x)^2- \frac{30xy}{2} - \frac{30xy}{2} +(5y)^2\)..
=> \((3x)^2- 15xy-15xy+(5y)^2\)..
=> \((3x)^2- 3*5*x*y-3*5*x*y+(5y)^2\)..
\(3x(3x-5y)-5y(3x-5y)= (3x-5y)(3x-5y)\)This is beauty
\((3x)^2- \frac{30xy}{2} - \frac{30xy}{2} +(5y)^2\)..
=> \((3x)^2- 15xy-15xy+(5y)^2\)..
=> \((3x)^2- 3*5*x*y-3*5*x*y+(5y)^2\)..
\(3x(3x-5y)-5y(3x-5y)= (3x-5y)(3x-5y)\)y^2
didn't know it would not just be only easy but beautiful as well
There is a formulaic approach to solving quadratic equations as shown below:
For the quadratic equation, ax^2+bx+c=0, with x being the variable and a,b,c are constants,
Roots \(x_1\) and \(x_2\)\(= \frac {-b \pm \sqrt{b^2-4ac}}{2*a}\) and then you can write the quadratic equation as : \((x-x_1)(x-x_2)=0\)
Thus for the question above,
\(9x^2−30xy+25y^2\)---> \(a=9, b=-30y, c=25y^2\), you get,
Thus, \(x = \frac {-b \pm \sqrt{b^2-4ac}}{2*a} = \frac {30y \pm \sqrt{(30y)^2-4*9*25y^2}}{2*9} = \frac {30y \pm \sqrt{900*y^2-900*y^2}}{2*9} = \frac {30y}{2*9} = \frac {5y}{3}\)
---> You get \((x-\frac{5*y}{3})(x-\frac{5*y}{3})=0\) as the equation ---> \((3x-5y)^2 = 0\) as the perfect square.
Again, this method might seem a bit excessive for time but for some questions where factorization isnt striaghtforward, you can use this to find the roots of the quadratic equation. Alternately, in order to check whether a given qudratic equation is a perfect square is to check for the discriminant.
For a given perfect square, Discriminant, \(D= \sqrt{b^2-4ac}= 0\). In the case above as well you got D = 0, thus telling you that the given quadratic equation is a perfect square.
Hope this helps.