document.write( "Question 661901: how do you multiply -y(6x^3-7x^2y+xy^2+5y^3) \n" ); document.write( "
Algebra.Com's Answer #412168 by ReadingBoosters(3246) ![]() You can put this solution on YOUR website! starting with \n" ); document.write( "-y(6x^3 - 7x^2y + xy^2 + 5y^3) \n" ); document.write( "take one term at a time \n" ); document.write( "-y(6x^3) is -6x^3y \n" ); document.write( "-y(-7x^2y) is 7x^2y^2 \n" ); document.write( "-y(xy^2) is -xy^3 \n" ); document.write( "-y(5y^3) is -5y^4 \n" ); document.write( "combined \n" ); document.write( "-6x^3y + 7x^2y^2 - xy^3 - 5y^4 \n" ); document.write( " |