document.write( "Question 38119: I have a problem that is hard to write but here it goes.
\n" );
document.write( "Write the following expression as the product of a monomial and a polynomial
\n" );
document.write( "9x cubed - 6x^ - 15x
\n" );
document.write( "I don't know how to type the third power after the x \n" );
document.write( "
Algebra.Com's Answer #23618 by ilana(307)![]() ![]() ![]() You can put this solution on YOUR website! First of all, the third power of x is commonly typed as x^3. \"^\" means \"raised to a power\". \n" ); document.write( "So I believe your expression is actually 9x^3-6x^2-15x. \n" ); document.write( "Now, a monomial is an expression with only one term (or type of x), such as x or x^2 or 3x or even 5. \n" ); document.write( "A polynomial is actually what we have here, since it has 3 terms. \n" ); document.write( "So, we can factor out the monomial 3x, and get the polynomial 3x^2-2x-5. \n" ); document.write( "So 9x^3-6x^2-15x=3x(3x^2-2x-5). \n" ); document.write( " |