document.write( "Question 210400: I have a question regarding a problem. I need to graph x + abs(y) = 3. I have set up a table and have come up with xy points of = 0,3; 1,2; 2,1; 3,0; 4,-1; 5,-2 and 6,-3. Then graphing the following points I come up with a straight line. I am wondering if this is correct. Your feedback is much appreciated.\r
\n" );
document.write( "\n" );
document.write( "Lori \n" );
document.write( "
Algebra.Com's Answer #158998 by stanbon(75887)![]() ![]() ![]() You can put this solution on YOUR website! I have a question regarding a problem. I need to graph x + abs(y) = 3. I have set up a table and have come up with xy points of = 0,3; 1,2; 2,1; 3,0; 4,-1; 5,-2 and 6,-3. Then graphing the following points I come up with a straight line. I am wondering if this is correct. Your feedback is much appreciated. \n" ); document.write( "--------------------------------------- \n" ); document.write( "x + abs(y) = 3 \n" ); document.write( "|y| = 3-x \n" ); document.write( "(-3,6), (-2,5), (-1,4), (0,3), (1,2), (2,1), (3,0) \n" ); document.write( "(-3,-6),(-2,-5, (-1,-4),(0,-3),(1,-2),(2,-1) \n" ); document.write( "x cannot be greater than 3 because |y| cannot be negative. \n" ); document.write( "--- \n" ); document.write( "Notice that when x < 3, y can have two values. \n" ); document.write( "You need to include that idea in your graphing. \n" ); document.write( "======================================================== \n" ); document.write( "Cheers, \n" ); document.write( "Stan H. \n" ); document.write( " |