document.write( "Question 761401: How do you solve 3x^2+3=10x ? \n" ); document.write( "
Algebra.Com's Answer #463204 by Cromlix(4381)![]() ![]() You can put this solution on YOUR website! Sort it out into ax^2 + bx + c = 0 \n" ); document.write( "3x^2 + 3 = 10x \n" ); document.write( "3x^2 - 10x + 3 = 0 \n" ); document.write( "(3x - 1)(x - 3)= 0 \n" ); document.write( "3x - 1 = 0 \n" ); document.write( " x = 1/3 \n" ); document.write( "OR \n" ); document.write( "x - 3 = 0 \n" ); document.write( " x = 3 \n" ); document.write( "Hope this helps. \n" ); document.write( ":-) \n" ); document.write( " |