document.write( "Question 865490: hi, I am struggling with a maths question, I need to remove the brackets in these sums but I don't know how to do it.
\n" );
document.write( "6(4x-y)
\n" );
document.write( "3(5a-6b)
\n" );
document.write( "8x(x-4)
\n" );
document.write( "7x(a+4b) \n" );
document.write( "
Algebra.Com's Answer #521732 by rothauserc(4718)![]() ![]() You can put this solution on YOUR website! To remove the brackets, we must multiply by the term NOT in brackets \n" ); document.write( "6(4x-y) = 24x - 6y \n" ); document.write( "3(5a-6b) = 15a - 18b \n" ); document.write( "8x(x-4) = 8x^2 - 32x \n" ); document.write( "7x(a+4b) = 7xa + 28xb \n" ); document.write( " \n" ); document.write( " |