document.write( "Question 66699: What is wrong with this arguement? Suppose x and y represent two real numbers, where x > y\r
\n" );
document.write( "\n" );
document.write( "2 > 1
\n" );
document.write( "2(y-x)> 1(y-x)
\n" );
document.write( "2y-2x>y-x
\n" );
document.write( "y-2x>-x
\n" );
document.write( "y>x\r
\n" );
document.write( "\n" );
document.write( "The final inequality, y>x, is impossible because we were initally given x>y.\r
\n" );
document.write( "\n" );
document.write( "Extra info in problem possibly the \"arguement\"...This is a true statement . Multiply both sides by y-x. Use the distribtive property . Subtract from both sides. Add 2x to both sides. \n" );
document.write( "
Algebra.Com's Answer #47327 by Nate(3500)![]() ![]() ![]() You can put this solution on YOUR website! A smaller number (y) minus a larger number (x) is a negative number .... \n" ); document.write( "so: y - x is a negative number \n" ); document.write( "2(y - x) > 1(y - x) \n" ); document.write( "2(a negative number) > 1(a negative number) \n" ); document.write( "2y - 2x < y - x \n" ); document.write( "y - 2x < -x \n" ); document.write( "y < x \n" ); document.write( " |