document.write( "Question 334297: Determine if the following statement is always true. If it is not, provide a counterexample. If the mathematical operation* is defined for all numbers x and y as 2x+3y, then the operation * is commutative. \n" ); document.write( "
Algebra.Com's Answer #239512 by tinbar(133)![]() ![]() ![]() You can put this solution on YOUR website! x*y=2x+3y \n" ); document.write( "y*x=2y+3x\r \n" ); document.write( "\n" ); document.write( "clearly x*y does NOT satisfy y*x, therefore it is no commutative\r \n" ); document.write( "\n" ); document.write( "let x=4, y=5 \n" ); document.write( "then x*y=2(4)+3(5)=8+15=23\r \n" ); document.write( "\n" ); document.write( "y*x=2(5)+3(4)=10+12=22\r \n" ); document.write( "\n" ); document.write( "since x*y does not equal y*x, this counterexample shows this operation definition is not commutative. \n" ); document.write( " |