document.write( "Question 165296: How do you solve an eqation like this? 4x-5(3x+10)=126 \n" ); document.write( "
Algebra.Com's Answer #121849 by nerdybill(7384)![]() ![]() You can put this solution on YOUR website! 4x-5(3x+10)=126 \n" ); document.write( "First, distribute the -5 to terms inside the parenthesis: \n" ); document.write( "4x-15x-50 = 126 \n" ); document.write( "combine like-terms: \n" ); document.write( "-11x-50 = 126 \n" ); document.write( "add 50 to both sides: \n" ); document.write( "-11x = 176 \n" ); document.write( "finally, divide both sides by 11 \n" ); document.write( "x = -176/11 \n" ); document.write( "x = -16 \n" ); document.write( " |