document.write( "Question 326045: ONE NUMBER IS 3 MORE THAN ANOTHER. TWICE THE LARGER NUMBER MINUS THE SMALLER NUMBER IS 15. WHAT ARE THE TWO NUMBERS? \n" ); document.write( "
Algebra.Com's Answer #233372 by mananth(16946) You can put this solution on YOUR website! let the bigger number be x \n" ); document.write( "the smaller be y \n" ); document.write( "x-y=3 \n" ); document.write( ".. \n" ); document.write( "2x-y=15 \n" ); document.write( "subtract one from the other to eliminate y \n" ); document.write( "x-y-2x+y=3-15 \n" ); document.write( "-x=-12 \n" ); document.write( "x=12 \n" ); document.write( ".. \n" ); document.write( "Plug the value of x in the equation x-y=3 \n" ); document.write( "12-y=3 \n" ); document.write( "y=9 \n" ); document.write( " |