document.write( "Question 439300: The perimeter of a triangle is 6x^2+11 inches. If two sides have lengths of 3x+2 and x^2+6, find the polynomial that represents the third side of the triangle. Explain your reasoning. \n" ); document.write( "
Algebra.Com's Answer #303553 by rwm(914)![]() ![]() ![]() You can put this solution on YOUR website! call the perimeter P=6x^2+11 \n" ); document.write( "one side is a=3x+2 \n" ); document.write( "other side is b=x^2+6 \n" ); document.write( "missing side is c=P-a-b \n" ); document.write( "just do the subtraction \n" ); document.write( "since P=a+b+c \n" ); document.write( "we want c \n" ); document.write( "c=P-a-b \n" ); document.write( "c=6x^2+11-(3x+2)-(x^2+6) \n" ); document.write( "c=6x^2+11-3x-2-x^2-6 \n" ); document.write( "c=5x^2-3x+3 \n" ); document.write( " \n" ); document.write( " |