document.write( "Question 640657: Problem: Let f be a function such that f(-2)=5, f(0)=-2, and f(1)=0. Give the coordinates of the three points on the graph of y=f(x+3).
\n" );
document.write( "I'm not sure how to get started on this problem or where to even go once I get started. Could you write a step-by-step solution with explanations for each step? Thank you. \n" );
document.write( "
Algebra.Com's Answer #403352 by reviewermath(1029)![]() ![]() You can put this solution on YOUR website! If x = -2 then y = f(-2 + 3) = f(1) = 0, the corresponding point is (-2,0). \n" ); document.write( "If x = -5 then y = f(-5 + 3) = f(-2) = 5, the corresponding point is (-5,5). \n" ); document.write( "If x = -3 then y = f(-3 + 3) = f(0) = -2, the corresponding point is (-3,-2) \n" ); document.write( "The three points on the graph of y = f(x+3) are (-2,0), (-5,5), and (-3,-2). \n" ); document.write( " |