document.write( "Question 1031478: I am to simplify this expression (2x-3y)^2 / (3y-2x)^2\r
\n" );
document.write( "\n" );
document.write( "My work is...
\n" );
document.write( "(2x-3y)^2 / (3y-2x)^2
\n" );
document.write( "=(2x-3y)^2 / [-(2x-3y)]^2
\n" );
document.write( "=(2x-3y)^2 / (2x-3y)^2
\n" );
document.write( "=-1
\n" );
document.write( "What am I doing wrong? My teacher states my answer is incorrect. Please tell me what I am missing. Thank you. \n" );
document.write( "
Algebra.Com's Answer #646156 by Boreal(15235)![]() ![]() You can put this solution on YOUR website! (2x-3y)^2 / (3y-2x)^2 \n" ); document.write( "Foil them out \n" ); document.write( "4x^2-12xy+9y^2/9y^2-12xy+4x^2 \n" ); document.write( "Those are the same. Answer is 1. \n" ); document.write( "The issue is the minus sign you have in the brackets is also squared, and that equals 1. \n" ); document.write( "I'm always cautious when I cancel squares, take square roots, or modify something that is being squared. Here, the safest way is to foil the two out and notice that they are the same, just written in different order. \n" ); document.write( " |