document.write( "Question 767074: given the equation: y-2= -|x-3| + 1
\n" );
document.write( "A. sketch the graph of the equatiion. label three points on graph
\n" );
document.write( "b. find the x and y intercept of the graph \n" );
document.write( "
Algebra.Com's Answer #467438 by josgarithmetic(39617)![]() ![]() ![]() You can put this solution on YOUR website! Simplify first and then look at two conditions.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "y=-abs(x-3)+1+2 \n" ); document.write( "SIMPIFLIED: y=-abs(x-3)+3\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "x-3<0. Corresponds to x<3. \n" ); document.write( "y=-(3-x)+3 \n" ); document.write( "y=x-3+3 \n" ); document.write( "y=x\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "x-3>=0. Corresponds to x>=3. \n" ); document.write( "y=-(x-3)+3 \n" ); document.write( "y=-x+3+3 \n" ); document.write( "y=-x+6\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "WHAT TO GRAPH: \n" ); document.write( "------------------------------ \n" ); document.write( "y=x________for x<3 \n" ); document.write( "y=-x+6_____for x>=3 \n" ); document.write( "------------------------------ \n" ); document.write( " |