document.write( "Question 519719: Twice the square of a certain number added to 3times the number makes 90.find the number \n" ); document.write( "
Algebra.Com's Answer #345742 by oberobic(2304)![]() ![]() ![]() You can put this solution on YOUR website! x = a certain number \n" ); document.write( ". \n" ); document.write( "2x^2 +3x = 90 \n" ); document.write( ". \n" ); document.write( "2x^2 +3x -90 = 0 \n" ); document.write( ". \n" ); document.write( "factor \n" ); document.write( ". \n" ); document.write( "(2x +15)(x -6) = 0 \n" ); document.write( ". \n" ); document.write( "x = -15/2 or 6 \n" ); document.write( ". \n" ); document.write( " |