document.write( "Question 447783: The sum of two numbers is 41 and the difference is 5. What are the numbers?
\n" );
document.write( "i would like the answer but i would like to know how to do this \n" );
document.write( "
Algebra.Com's Answer #308216 by mananth(16946)![]() ![]() You can put this solution on YOUR website! let one number be x \n" ); document.write( "other be y .... x>y \n" ); document.write( "x+y = 41 \n" ); document.write( "x-y =5 \n" ); document.write( "Add the two equations \n" ); document.write( "2x=46 \n" ); document.write( "/2 \n" ); document.write( "x=23 \n" ); document.write( "ao y= 41-23=18\r \n" ); document.write( "\n" ); document.write( "(23, 18) \n" ); document.write( " |