document.write( "Question 279600: The sum of two numbers is 54 and their difference is nine more than the smaller number. Find the numbers. \n" ); document.write( "
Algebra.Com's Answer #203258 by mananth(16946)![]() ![]() You can put this solution on YOUR website! let the number be x\r \n" ); document.write( "\n" ); document.write( "the other number will be 54-x\r \n" ); document.write( "\n" ); document.write( "x-(54-x)=x+9\r \n" ); document.write( "\n" ); document.write( "2x-54=x-9\r \n" ); document.write( "\n" ); document.write( "x=45\r \n" ); document.write( "\n" ); document.write( "the other number = 12\r \n" ); document.write( "\n" ); document.write( " \n" ); document.write( " |