document.write( "Question 714949: I want to know what property(addition, subtraction, substitution, transitive, partition) is used, if x=2 and y=5, then xy=10 \n" ); document.write( "
Algebra.Com's Answer #439084 by jim_thompson5910(35256) ![]() You can put this solution on YOUR website! x*y = x*y ... reflexive property (any number is ALWAYS equal to itself)\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "x*y = 2*5 ... substitution property (ie you're replacing x with 2 and y with 5 on the right side)\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "x*y = 10 ... multiplication\r \n" ); document.write( " \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "So it sounds like the answer is substitution \n" ); document.write( " |