document.write( "Question 375592: The difference of two numbers is 8. Three times the smaller number minus two times the larger number is –3. Find the two numbers. \n" ); document.write( "
Algebra.Com's Answer #267093 by mananth(16946)![]() ![]() You can put this solution on YOUR website! let the numbers be x & y \n" ); document.write( "(x smaller) \n" ); document.write( ".. \n" ); document.write( "y-x=8 \n" ); document.write( "3x-2y=-3 \n" ); document.write( "... \n" ); document.write( "multiply first equation by 2 \n" ); document.write( "2y-2x=16 \n" ); document.write( "add it to second equation \n" ); document.write( "3x-2x+2y-2y=16-3 \n" ); document.write( "x= 13 \n" ); document.write( ".. \n" ); document.write( "y-x=8 \n" ); document.write( "plug x \n" ); document.write( "y-13=8 \n" ); document.write( "+13 \n" ); document.write( "y=21 \n" ); document.write( ".. \n" ); document.write( "numbers are 13 & 21\r \n" ); document.write( "\n" ); document.write( "m.ananth@hotmail.ca \n" ); document.write( " |