document.write( "Question 170967: Please help me solve this problem by using the distrubutive property:
\n" );
document.write( " 5(x-3)+4(x+3)=3(x-1) \n" );
document.write( "
Algebra.Com's Answer #126221 by Mathtut(3670)![]() ![]() ![]() You can put this solution on YOUR website! distribution property states that a(b+c)=ab+ac \n" ); document.write( ": \n" ); document.write( "5(x-3)=5x-15 \n" ); document.write( "4(x+3)=4x+12 \n" ); document.write( "3(x-1)=3x-3 \n" ); document.write( ": \n" ); document.write( "5x-15+4x+12=3x-3........now combine like terms so that x is on one side of the equation and constants on the other \n" ); document.write( ": \n" ); document.write( "9x-3=3x-3---->subtract 3x and add 3 to each side \n" ); document.write( ": \n" ); document.write( "6x=0 \n" ); document.write( ": \n" ); document.write( " |