document.write( "Question 358309: Two numbers differ by 6. Five times the smaller is 6 more than three times the larger. What are the numbers? \n" ); document.write( "
Algebra.Com's Answer #255695 by mananth(16949) You can put this solution on YOUR website! if one number is x \n" ); document.write( "the other will be x+6 \n" ); document.write( "... \n" ); document.write( "5x=3(x+6)+6 \n" ); document.write( "5x=3x+18+6 \n" ); document.write( "5x-3x=24 \n" ); document.write( "2x=24 \n" ); document.write( "/2 \n" ); document.write( "x= 12 \n" ); document.write( "... \n" ); document.write( "the other number is x+6 = 12+6 =18 \n" ); document.write( "... \n" ); document.write( "m.ananth@hotmail.ca \n" ); document.write( " |