document.write( "Question 655558: The sum a number and 2 is multiplied by the number and then 3 is subtracted from the result. Express the first result as a polynomial. \n" ); document.write( "
Algebra.Com's Answer #409180 by jsmallt9(3758)![]() ![]() ![]() You can put this solution on YOUR website! A number: x \n" ); document.write( "The sum of a number and 2: x+2 \n" ); document.write( "The sum of a number and 2 multiplied by the number: (x+2)*x <== Note the parentheses! \n" ); document.write( "3 subtracted from the sum of a number and 2 multiplied by the number: (x+2)*x-3 \n" ); document.write( "Now just simplify. \n" ); document.write( "(x+2)*x-3 \n" ); document.write( "Using the Distributive Property to multiply: \n" ); document.write( " \n" ); document.write( "None of the remaining tgerms are like terms so we are finished simplifying. \n" ); document.write( " |