document.write( "Question 616354: The sum of two numbers is 45. The larger number, y, is 6 less than twice the smaller number, x. What is the smaller number x? Also what is the equation? \n" ); document.write( "
Algebra.Com's Answer #387649 by lwsshak3(11628) ![]() You can put this solution on YOUR website! The sum of two numbers is 45. The larger number, y, is 6 less than twice the smaller number, x. What is the smaller number x? Also what is the equation? \n" ); document.write( "** \n" ); document.write( "let x=smaller number \n" ); document.write( "y=2x-6=larger number \n" ); document.write( "x+y=45 \n" ); document.write( "x+2x-6=45 (equation) \n" ); document.write( "3x=39 \n" ); document.write( "x=13=smaller number \n" ); document.write( " \n" ); document.write( " |