document.write( "Question 1116577: Determine whether the graph of y = |x| − 3 is symmetric with respect to the origin, the x-axis, or the y-axis.
\n" );
document.write( "
\n" );
document.write( "a. symmetric with respect to the x-axis only
\n" );
document.write( "b.symmetric with respect to the y-axis only
\n" );
document.write( "c. symmetric with respect to the origin only
\n" );
document.write( "d. not symmetric with respect to the x-axis, not symmetric with respect to the y-axis, and
\n" );
document.write( "not symmetric with respect to the origin \n" );
document.write( "
Algebra.Com's Answer #731502 by math_helper(2461)![]() ![]() You can put this solution on YOUR website! Symmetry checks:\r \n" ); document.write( "\n" ); document.write( "f(x) = f(-x) ==> symmetric with respect to y-axis \n" ); document.write( "f(x) = -f(x) ==> symmetric with respect to x-axis \n" ); document.write( "f(x) = -f(-x) ==> symmetric with respect to origin \r \n" ); document.write( "\n" ); document.write( "Which of these hold for y = |x| - 3? \r \n" ); document.write( "\n" ); document.write( "If you replace x with -x, will f(x) change? Try a value, say x=7. f(7) = |7|-3 = 4. f(-7) = |-7|-3 = 4. \n" ); document.write( "No, f(x) does not change because of the absolute value operation. So f(x) is symmetric with respect to the y-axis. \r \n" ); document.write( "\n" ); document.write( "Clearly f(x) does not equal -f(x), so no symmetry with respect to the x-axis. (Note that a true \"function\" can not be symmetrical with respect to the x-axis because it would violate the vertical line test, i.e. it would not be one-to-one). \r \n" ); document.write( "\n" ); document.write( "f(x) clearly does not equal -f(-x) here either, so no symmetry with respect to the origin. \r \n" ); document.write( "\n" ); document.write( "Ans: |