document.write( "Question 270183: Test Algebraically whether the graph is symetrical with respect to the x-axis, the y-axis, and the origin.\r
\n" );
document.write( "\n" );
document.write( "6x+7y=0 \n" );
document.write( "
Algebra.Com's Answer #197968 by drk(1908) ![]() You can put this solution on YOUR website! symmetric to x means replace y with -y. We get \n" ); document.write( "6x+7(-y)=0. \n" ); document.write( "This is not the same as the original equation, so it is NOT symmetric to the x-axis. \n" ); document.write( "------ \n" ); document.write( "symmetric to y means replace x with -x. We get \n" ); document.write( "6(-x)+7y=0. \n" ); document.write( "This is not the same as the original equation, so it is NOT symmetric to the y-axis. \n" ); document.write( "------ \n" ); document.write( "symmetric to origin means replace x with -x and y with -y. We get \n" ); document.write( "6(-x)+7(-y)=0. \n" ); document.write( "This is the same as the original equation, so it IS symmetric to the origin. \n" ); document.write( "------ \n" ); document.write( "Here is the graph: \n" ); document.write( " |