document.write( "Question 1010889: the smaller of two numbers is 23 less than three times the smaller.the number adds up to 53.find both numbers \n" ); document.write( "
| Algebra.Com's Answer #626400 by fractalier(6550)     You can put this solution on YOUR website! Call the smaller x and the larger y. \n" ); document.write( "From what you wrote, we have \n" ); document.write( "x = 3x - 23 or -2x = -23 or x = 11.5 \n" ); document.write( "x + y = 53 \n" ); document.write( "11.5 + y = 53 \n" ); document.write( "y = 41.5 \n" ); document.write( " |