document.write( "Question 999155: the sum of two numbers is twice their difference. if the difference between the numbers is p. find x in terms of p and y \n" ); document.write( "
Algebra.Com's Answer #616881 by fractalier(6550)    You can put this solution on YOUR website! From what is given, \n" ); document.write( "x + y = 2(x - y) \n" ); document.write( "but x - y = p \n" ); document.write( "so that x + y = 2p \n" ); document.write( "and x = 2p - y \n" ); document.write( "  |