document.write( "Question 311981: The sum of two numbers is 27.Half the smaller number plus twice the larger number is 36.What are the numbers \n" ); document.write( "
| Algebra.Com's Answer #223058 by mananth(16946)     You can put this solution on YOUR website! let the number be x, \n" ); document.write( "the other number will be 27-x. \n" ); document.write( ". \n" ); document.write( "half the smaller number = x/2 \n" ); document.write( "twice the larger number = 2(27-x) \n" ); document.write( ". \n" ); document.write( "x/2 + 2(27-x)= 36 \n" ); document.write( "x/2 +54 -2x = 36 \n" ); document.write( "LCM =2 \n" ); document.write( "x+108 -4x= 2*36 \n" ); document.write( "-3x=-108+72 \n" ); document.write( "-3x=-36 \n" ); document.write( "x= 12 \n" ); document.write( "27-12 =15\r \n" ); document.write( "\n" ); document.write( "12, 15 are the numbers \n" ); document.write( " |