document.write( "Question 257498: Find the possible value or values of n in the quadratic equation 2n2 – 7n + 6 = 0. \n" ); document.write( "
Algebra.Com's Answer #189421 by stanbon(75887)![]() ![]() ![]() You can put this solution on YOUR website! Find the possible value or values of n in the \n" ); document.write( "quadratic equation 2n^2 – 7n + 6 = 0. \n" ); document.write( "---------------------- \n" ); document.write( "Factor: \n" ); document.write( "2n^2 - 3n - 4n + 6 = 0 \n" ); document.write( "n(2n-3) - 2(2n-3) = 0 \n" ); document.write( "(2n-3)(n-2) = 0 \n" ); document.write( "n = 3/2 or n = 2 \n" ); document.write( "---------------------- \n" ); document.write( "Cheers, \n" ); document.write( "Stan H. \n" ); document.write( " \n" ); document.write( " |