document.write( "Question 305326: the sum of two numbers is 36. the first number is three more than twice the second number. find the larger number \n" ); document.write( "
Algebra.Com's Answer #218587 by mananth(16949) You can put this solution on YOUR website! let one number be x\r \n" ); document.write( "\n" ); document.write( "The other number will be 36-x\r \n" ); document.write( "\n" ); document.write( "x= 3+2(36-x)\r \n" ); document.write( "\n" ); document.write( "x= 3+72-2x\r \n" ); document.write( "\n" ); document.write( "3x=75 \n" ); document.write( "x=25\r \n" ); document.write( "\n" ); document.write( "36-25=11\r \n" ); document.write( "\n" ); document.write( "the numbers are 11 & 25\r \n" ); document.write( "\n" ); document.write( " \n" ); document.write( " |