document.write( "Question 2687: I need help on the quadratic equation: 2x(to the 2square)-7x+5=0? How do you solve it? \n" ); document.write( "
Algebra.Com's Answer #1157 by kiru_khandelwal(79)\"\" \"About 
You can put this solution on YOUR website!
2x^2 -7x +5 = 0
\n" ); document.write( "=> 2x^2 -2x - 5x + 5 =0
\n" ); document.write( "=> 2x(x-1) -5(x-1) = 0
\n" ); document.write( "=> (2x-5)(x-1) = 0
\n" ); document.write( "=> According to the zero product rule
\n" ); document.write( "either 2x-5 =0 => x = 5/2
\n" ); document.write( "or x-1 = 0 => x =1
\n" ); document.write( "So, x= 5/2 or 1
\n" ); document.write( "
\n" );