document.write( "Question 703118: Two times the smaller of two numbers is two less than the difference between the two numbers. The sum of the larger number and one-half of the smaller number is equal to three times the smaller number increased by five. What are the numbers? \n" ); document.write( "
Algebra.Com's Answer #433341 by lwsshak3(11628)![]() ![]() ![]() You can put this solution on YOUR website! Two times the smaller of two numbers is two less than the difference between the two numbers. The sum of the larger number and one-half of the smaller number is equal to three times the smaller number increased by five. What are the numbers? \n" ); document.write( "** \n" ); document.write( "let x=smaller number \n" ); document.write( "let y=larger number \n" ); document.write( ".. \n" ); document.write( "2x=(y-x)-2 \n" ); document.write( "y+x/2=3x+5 \n" ); document.write( ".. \n" ); document.write( "2x=y-x-2 \n" ); document.write( "2y+x=6x+10 \n" ); document.write( ".. \n" ); document.write( "3x=y-2 \n" ); document.write( "5x+2y-10 \n" ); document.write( ".. \n" ); document.write( "6x=2y-4 \n" ); document.write( "5x=2y-10 \n" ); document.write( "subtract \n" ); document.write( "x=6 \n" ); document.write( "y=3x+2=18+2=20 \n" ); document.write( "smaller number=6 \n" ); document.write( "larger number=20 \n" ); document.write( " |