document.write( "Question 829654: What is the product of the polynomial (4n+1)(2n+6) \n" ); document.write( "
Algebra.Com's Answer #499999 by LinnW(1048)![]() ![]() You can put this solution on YOUR website! (4n+1)(2n+6) \n" ); document.write( "We want to multiply 4n by each of 2n and 6 \n" ); document.write( "then multiply 1 by each of 2n and 6 \n" ); document.write( "4n*2n + 4n*6 + 1*2n + 1*6 \n" ); document.write( "8n^2 + 24n + 2n + 6 \n" ); document.write( "8n^2 + 26n + 6 \n" ); document.write( " |