document.write( "Question 257333: the cost of labor for producing x transmissions is L(x) = 0.3x^2 + 400x + 550 dollars, while the cost of materials is M(x) = 0.1x^2 + 50x + 800 dollars. write a polynomial T(x) that represents the total cost of materials and labor for producing x transmissions. \n" ); document.write( "
Algebra.Com's Answer #189252 by drk(1908)\"\" \"About 
You can put this solution on YOUR website!
Total cost of labor and materials is addition.
\n" ); document.write( "So, L(x) + M(x) = T(x). We can express that as
\n" ); document.write( "\"T%28x%29+=+0.3x%5E2+%2B+400x+%2B+550+%2B+0.1x%5E2+%2B+50x+%2B+800\"
\n" ); document.write( "combining like terms gets us
\n" ); document.write( "\"T%28x%29+=+0.4x%5E2+%2B+450x+%2B+1350\"
\n" ); document.write( "
\n" );