document.write( "Question 636494: The sum of two numbers is 125. The larger number is 6 more than the smaller number. Find the two numbers \n" ); document.write( "
Algebra.Com's Answer #401054 by ptaylor(2198) You can put this solution on YOUR website! Let x=smaller number \n" ); document.write( "Then x+6=larger number \n" ); document.write( "So, our equation to solve is: \n" ); document.write( "x+(x+6)=125 subtract 6 from each side \n" ); document.write( "x+x+6-6=125-6 collect like terms \n" ); document.write( "2x=119 divide each side by 2 \n" ); document.write( "x=59.5----smaller number \n" ); document.write( "x+6=59.5+6=65.5----larger number\r \n" ); document.write( "\n" ); document.write( "CK \n" ); document.write( "59.5+65.5=125 \n" ); document.write( "125=125 \n" ); document.write( "Hope this helps---ptaylor \n" ); document.write( " |