document.write( "Question 434196: I am having trouble remembering the basics of functions! here is my question:
\n" );
document.write( "if p(x) = (x+3)squared
\n" );
document.write( "and q(x) = 3-x
\n" );
document.write( "solve such that p(x) = q(x)
\n" );
document.write( "I just set the two functions equal to each other and get xsquared + 7x = -6, but what does that mean? \n" );
document.write( "
Algebra.Com's Answer #300876 by Alan3354(69443)![]() ![]() You can put this solution on YOUR website! if p(x) = (x+3)squared \n" ); document.write( "and q(x) = 3-x \n" ); document.write( "solve such that p(x) = q(x) \n" ); document.write( "-------------- \n" ); document.write( " \n" ); document.write( " \n" ); document.write( " \n" ); document.write( "(x+1)*(x+6) = 0 \n" ); document.write( "x = -6, -1 \n" ); document.write( "----------- \n" ); document.write( "Those are the 2 values of x that make p(x) = q(x) \n" ); document.write( " |