document.write( "Question 26519: Please help me with this problem:\r
\n" );
document.write( "\n" );
document.write( "Two integers have a sum of 53 and a difference of 17. Find the larger integer.\r
\n" );
document.write( "
\n" );
document.write( "\n" );
document.write( "I'm thinking it should be x + x = 53
\n" );
document.write( "
\n" );
document.write( " x - x = 17\r
\n" );
document.write( "\n" );
document.write( "So maybe subtract 53 and 17 to get 36. But i don't think thats right either.\r
\n" );
document.write( "
\n" );
document.write( "\n" );
document.write( "Thanks for taking time to help me, it's greatly appreciated.
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #14384 by Paul(988) ![]() You can put this solution on YOUR website! Let the first integer be x \n" ); document.write( "Let the second integer be y \n" ); document.write( "x+y=53 (sum) \n" ); document.write( "x-y=17 (difference) \n" ); document.write( "-------- \n" ); document.write( "2x=70 \n" ); document.write( "x=35 \n" ); document.write( "y=53-35 \n" ); document.write( "y=18\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "Hence, the two integers are 18, and 35. \n" ); document.write( "Paul. \n" ); document.write( " |