document.write( "Question 181889This question is from textbook 
\n" );
document.write( ":  4x^2+11x=2x^2-15
\n" );
document.write( "2x62+11x+15=0
\n" );
document.write( "(2x+5)(x+3)=0
\n" );
document.write( "2x=5
\n" );
document.write( "x=5/2
\n" );
document.write( "x=3
\n" );
document.write( "My teacher says I have sign errors, can you please help? Thanks \n" );
document.write( "
| Algebra.Com's Answer #136511 by nerdybill(7384)     You can put this solution on YOUR website! 4x^2+11x=2x^2-15 \n" ); document.write( "2x^2+11x+15=0 \n" ); document.write( "(2x+5)(x+3)=0 \n" ); document.write( "2x=5 <<--should be 2x=-5 \n" ); document.write( "x=5/2 <<--should be x=-5/2 \n" ); document.write( "x=3 <<--should be x=-3 \n" ); document.write( ". \n" ); document.write( "For example, you're setting each term to zero: \n" ); document.write( "(2x+5)=0 \n" ); document.write( "subtracting 5 from each side: \n" ); document.write( "2x = -5 \n" ); document.write( "dividing both sides by 2: \n" ); document.write( "x = -5/2 \n" ); document.write( " \n" ); document.write( " |